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
public abstract class CommandParticipant extends SingleLineCommand2<SequenceDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandParticipant(IRegex pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
CommandParticipant
public CommandParticipant(IRegex pattern)
-
-
Method Detail
-
executeArg
protected final CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-
-