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