Class NaturalCommand
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<GanttDiagram>
-
- net.sourceforge.plantuml.project.command.NaturalCommand
-
- All Implemented Interfaces:
Command<GanttDiagram>
public class NaturalCommand extends SingleLineCommand2<GanttDiagram>
-
-
Constructor Summary
Constructors Constructor Description NaturalCommand(Sentence sentence)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NaturalCommand
create(Sentence sentence)
protected CommandExecutionResult
executeArg(GanttDiagram system, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Constructor Detail
-
NaturalCommand
public NaturalCommand(Sentence sentence)
-
-
Method Detail
-
executeArg
protected final CommandExecutionResult executeArg(GanttDiagram system, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<GanttDiagram>
-
create
public static NaturalCommand create(Sentence sentence)
-
-