net.sourceforge.plantuml.activitydiagram.command
Class CommandLinkLongActivity2

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines2<ActivityDiagram>
      extended by net.sourceforge.plantuml.activitydiagram.command.CommandLinkLongActivity2
All Implemented Interfaces:
Command<ActivityDiagram>

public class CommandLinkLongActivity2
extends CommandMultilines2<ActivityDiagram>


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

Constructor Detail

CommandLinkLongActivity2

public CommandLinkLongActivity2()
Method Detail

getPatternEnd

public String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines2<ActivityDiagram>

executeNow

public CommandExecutionResult executeNow(ActivityDiagram diagram,
                                         List<String> lines)
Specified by:
executeNow in class CommandMultilines2<ActivityDiagram>


Copyright © 2013. All Rights Reserved.