net.sourceforge.plantuml.activitydiagram.command
Class CommandLinkLongActivity

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

public class CommandLinkLongActivity
extends CommandMultilines2<ActivityDiagram>


Constructor Summary
CommandLinkLongActivity()
           
 
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

CommandLinkLongActivity

public CommandLinkLongActivity()
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 © 2014. All Rights Reserved.