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) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandChangeStateByPlayerCode
public CommandChangeStateByPlayerCode()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg) 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
-