Class CommandLinkStateReverse
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<StateDiagram>
-
- net.sourceforge.plantuml.statediagram.command.CommandLinkStateReverse
-
- All Implemented Interfaces:
Command<StateDiagram>
public class CommandLinkStateReverse extends SingleLineCommand2<StateDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandLinkStateReverse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(StateDiagram diagram, LineLocation location, RegexResult arg)
protected Direction
getDefaultDirection()
protected static RegexLeaf
getStatePattern(String name)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getDefaultDirection
protected Direction getDefaultDirection()
-
executeArg
protected CommandExecutionResult executeArg(StateDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<StateDiagram>
- Throws:
NoSuchColorException
-
-