Class CommandReferenceOverSeveral
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandReferenceOverSeveral
- All Implemented Interfaces:
Command<SequenceDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
CommandReferenceOverSeveral
public CommandReferenceOverSeveral()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<SequenceDiagram>
- Throws:
NoSuchColorException
-