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