Class CommandElse
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<ActivityDiagram>
-
- net.sourceforge.plantuml.activitydiagram.command.CommandElse
-
- All Implemented Interfaces:
Command<ActivityDiagram>
public class CommandElse extends SingleLineCommand2<ActivityDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandElse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(ActivityDiagram system, 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(ActivityDiagram system, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<ActivityDiagram>
-
-