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