Class CommandParticipant
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandParticipant
- All Implemented Interfaces:
Command<SequenceDiagram>
- Direct Known Subclasses:
CommandParticipantA,CommandParticipantA2,CommandParticipantA3,CommandParticipantA4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final CommandExecutionResultexecuteArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandParticipant
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<SequenceDiagram>- Throws:
NoSuchColorException
-