net.sourceforge.plantuml.flowdiagram
Class CommandLink

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<FlowDiagram>
      extended by net.sourceforge.plantuml.flowdiagram.CommandLink
All Implemented Interfaces:
Command

public class CommandLink
extends SingleLineCommand2<FlowDiagram>


Constructor Summary
CommandLink(FlowDiagram diagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLink

public CommandLink(FlowDiagram diagram)
Method Detail

executeArg

protected CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
Specified by:
executeArg in class SingleLineCommand2<FlowDiagram>


Copyright © 2012. All Rights Reserved.