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

public class CommandLinkLongActivity
extends CommandMultilines2<ActivityDiagram>


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

Constructor Detail

CommandLinkLongActivity

public CommandLinkLongActivity(ActivityDiagram diagram)
Method Detail

execute

public CommandExecutionResult execute(List<String> lines)


Copyright © 2011. All Rights Reserved.