Class CommandNote
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<TimingDiagram>
net.sourceforge.plantuml.timingdiagram.command.CommandNote
- All Implemented Interfaces:
Command<TimingDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final CommandExecutionResult
executeArg
(TimingDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandNote
public CommandNote()
-
-
Method Details
-
executeArg
protected final CommandExecutionResult executeArg(TimingDiagram diagram, LineLocation location, RegexResult arg) - Specified by:
executeArg
in classSingleLineCommand2<TimingDiagram>
-