net.sourceforge.plantuml.activitydiagram2.command
Class CommandMultilinesNoteActivity2

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines<ActivityDiagram2>
      extended by net.sourceforge.plantuml.activitydiagram2.command.CommandMultilinesNoteActivity2
All Implemented Interfaces:
Command, CommandNote

public class CommandMultilinesNoteActivity2
extends CommandMultilines<ActivityDiagram2>
implements CommandNote


Constructor Summary
CommandMultilinesNoteActivity2(ActivityDiagram2 system)
           
 
Method Summary
 CommandExecutionResult execute(List<String> lines)
           
 String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getHelpMessageForDeprecated, getStartingPattern, getSystem, isCommandForbidden, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.plantuml.command.Command
getDescription, getHelpMessageForDeprecated, isDeprecated, isValid
 

Constructor Detail

CommandMultilinesNoteActivity2

public CommandMultilinesNoteActivity2(ActivityDiagram2 system)
Method Detail

getPatternEnd

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

execute

public final CommandExecutionResult execute(List<String> lines)
Specified by:
execute in interface Command


Copyright © 2013. All Rights Reserved.