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 CommandExecutionResult
executeArg
(SequenceDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandParticipant
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-