Class CommandEndPartition3
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand<ActivityDiagram3>
-
- net.sourceforge.plantuml.activitydiagram3.command.CommandEndPartition3
-
- All Implemented Interfaces:
Command<ActivityDiagram3>
public class CommandEndPartition3 extends SingleLineCommand<ActivityDiagram3>
-
-
Constructor Summary
Constructors Constructor Description CommandEndPartition3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(ActivityDiagram3 diagram, java.util.List<java.lang.String> arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getSplit, isCommandForbidden, isForbidden, isValid
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(ActivityDiagram3 diagram, java.util.List<java.lang.String> arg)
- Specified by:
executeArg
in classSingleLineCommand<ActivityDiagram3>
-
-