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 CommandExecutionResult
executeArg
(StateDiagram diagram, LineLocation location, RegexResult arg) protected Direction
protected static RegexLeaf
getStatePattern
(String name) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandLinkStateReverse
public CommandLinkStateReverse()
-
-
Method Details
-
getDefaultDirection
-
getStatePattern
-
executeArg
protected CommandExecutionResult executeArg(StateDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<StateDiagram>
- Throws:
NoSuchColorException
-