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