Class CommandRepeatWhile3Multilines
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines3<ActivityDiagram3>
-
- net.sourceforge.plantuml.activitydiagram3.command.CommandRepeatWhile3Multilines
-
- All Implemented Interfaces:
Command<ActivityDiagram3>
public class CommandRepeatWhile3Multilines extends CommandMultilines3<ActivityDiagram3>
-
-
Constructor Summary
Constructors Constructor Description CommandRepeatWhile3Multilines()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(ActivityDiagram3 diagram, BlocLines lines)
RegexConcat
getPatternEnd2()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines3
actionIfCommandValid, execute, getDescription, getStartingPattern, isCommandForbidden, isValid
-
-
-
-
Method Detail
-
getPatternEnd2
public RegexConcat getPatternEnd2()
- Specified by:
getPatternEnd2
in classCommandMultilines3<ActivityDiagram3>
-
executeNow
protected CommandExecutionResult executeNow(ActivityDiagram3 diagram, BlocLines lines)
- Specified by:
executeNow
in classCommandMultilines3<ActivityDiagram3>
-
-