net.sourceforge.plantuml.sequencediagram.command
Class CommandReferenceMultilinesOverSeveral

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines<SequenceDiagram>
      extended by net.sourceforge.plantuml.sequencediagram.command.CommandReferenceMultilinesOverSeveral
All Implemented Interfaces:
Command<SequenceDiagram>

public class CommandReferenceMultilinesOverSeveral
extends CommandMultilines<SequenceDiagram>


Constructor Summary
CommandReferenceMultilinesOverSeveral()
           
 
Method Summary
 CommandExecutionResult execute(SequenceDiagram diagram, List<String> lines)
           
 String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandReferenceMultilinesOverSeveral

public CommandReferenceMultilinesOverSeveral()
Method Detail

getPatternEnd

public String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines<SequenceDiagram>

execute

public CommandExecutionResult execute(SequenceDiagram diagram,
                                      List<String> lines)


Copyright © 2014. All Rights Reserved.