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