net.sourceforge.plantuml.sequencediagram.command
Class CommandReferenceOverSeveral

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

public class CommandReferenceOverSeveral
extends SingleLineCommand2<SequenceDiagram>


Constructor Summary
CommandReferenceOverSeveral()
           
 
Method Summary
protected  CommandExecutionResult executeArg(SequenceDiagram diagram, RegexResult arg)
           
 
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

CommandReferenceOverSeveral

public CommandReferenceOverSeveral()
Method Detail

executeArg

protected CommandExecutionResult executeArg(SequenceDiagram diagram,
                                            RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<SequenceDiagram>


Copyright © 2014. All Rights Reserved.