net.sourceforge.plantuml.sequencediagram.command
Class CommandParticipant

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
      extended by net.sourceforge.plantuml.sequencediagram.command.CommandParticipant
All Implemented Interfaces:
Command
Direct Known Subclasses:
CommandParticipantA, CommandParticipantA2, CommandParticipantA3, CommandParticipantA4

public abstract class CommandParticipant
extends SingleLineCommand2<SequenceDiagram>


Constructor Summary
CommandParticipant(SequenceDiagram sequenceDiagram, RegexConcat pattern)
           
 
Method Summary
protected  CommandExecutionResult executeArg(RegexResult arg2)
           
 
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

CommandParticipant

public CommandParticipant(SequenceDiagram sequenceDiagram,
                          RegexConcat pattern)
Method Detail

executeArg

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


Copyright © 2013. All Rights Reserved.