Class CommandChangeStateByPlayerCode
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TimingDiagram>
net.sourceforge.plantuml.timingdiagram.command.CommandChangeStateByPlayerCode
- All Implemented Interfaces:
Command<TimingDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
addState
(TimingDiagram diagram, RegexResult arg, Player player, TimeTick now) protected final CommandExecutionResult
executeArg
(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandChangeStateByPlayerCode
public CommandChangeStateByPlayerCode()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<TimingDiagram>
- Throws:
NoSuchColorException
-
addState
protected CommandExecutionResult addState(TimingDiagram diagram, RegexResult arg, Player player, TimeTick now) throws NoSuchColorException - Throws:
NoSuchColorException
-