Class CommandEndState
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<StateDiagram>
net.sourceforge.plantuml.statediagram.command.CommandEndState
- All Implemented Interfaces:
Command<StateDiagram>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) boolean
isEligibleFor
(ParserPass pass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandEndState
public CommandEndState()
-
-
Method Details
-
isEligibleFor
- Specified by:
isEligibleFor
in interfaceCommand<StateDiagram>
- Overrides:
isEligibleFor
in classSingleLineCommand2<StateDiagram>
-
executeArg
protected CommandExecutionResult executeArg(StateDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) - Specified by:
executeArg
in classSingleLineCommand2<StateDiagram>
-