Class NaturalCommand
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<GanttDiagram>
-
- net.sourceforge.plantuml.project3.NaturalCommand
-
- All Implemented Interfaces:
Command<GanttDiagram>
public class NaturalCommand extends SingleLineCommand2<GanttDiagram>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Command
create(SubjectPattern subject, VerbPattern verb, ComplementPattern complement)
protected CommandExecutionResult
executeArg(GanttDiagram system, RegexResult arg)
java.lang.String
toString()
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
executeArg
protected CommandExecutionResult executeArg(GanttDiagram system, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<GanttDiagram>
-
create
public static Command create(SubjectPattern subject, VerbPattern verb, ComplementPattern complement)
-
-