Class CommandChangeStateByPlayerCode
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<TimingDiagram>
-
- net.sourceforge.plantuml.timingdiagram.command.CommandChangeStateByPlayerCode
-
- All Implemented Interfaces:
Command<TimingDiagram>
public class CommandChangeStateByPlayerCode extends SingleLineCommand2<TimingDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandChangeStateByPlayerCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
addState(TimingDiagram diagram, RegexResult arg, Player player, TimeTick now)
protected CommandExecutionResult
executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
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
-
-