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