Class CommandLinkStateReverse
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<StateDiagram>
net.sourceforge.plantuml.statediagram.command.CommandLinkStateReverse
- 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
-
CommandLinkStateReverse
public CommandLinkStateReverse()
-
-
Method Details
-
getDefaultDirection
-
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
-