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 CommandExecutionResultaddState(TimingDiagram diagram, RegexResult arg, Player player, TimeTick now) protected final CommandExecutionResultexecuteArg(TimingDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, 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:
executeArgin classSingleLineCommand2<TimingDiagram>- Throws:
NoSuchColorException
-
addState
protected CommandExecutionResult addState(TimingDiagram diagram, RegexResult arg, Player player, TimeTick now) throws NoSuchColorException - Throws:
NoSuchColorException
-