net.sourceforge.plantuml.sequencediagram.command
Class CommandExoArrowLeft2

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
      extended by net.sourceforge.plantuml.sequencediagram.command.CommandExoArrowLeft2
All Implemented Interfaces:
Command<SequenceDiagram>

public class CommandExoArrowLeft2
extends SingleLineCommand2<SequenceDiagram>


Constructor Summary
CommandExoArrowLeft2()
           
 
Method Summary
protected  CommandExecutionResult executeArg(SequenceDiagram sequenceDiagram, RegexResult arg2)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExoArrowLeft2

public CommandExoArrowLeft2()
Method Detail

executeArg

protected final CommandExecutionResult executeArg(SequenceDiagram sequenceDiagram,
                                                  RegexResult arg2)
Specified by:
executeArg in class SingleLineCommand2<SequenceDiagram>


Copyright © 2013. All Rights Reserved.