Class CommandChangeStateByTime
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TimingDiagram>
net.sourceforge.plantuml.timingdiagram.command.CommandChangeStateByTime
- All Implemented Interfaces:
Command<TimingDiagram>
-
Constructor Summary
-
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
-
CommandChangeStateByTime
public CommandChangeStateByTime()
-
-
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
-