Class NaturalCommandAnd
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<GanttDiagram>
-
- net.sourceforge.plantuml.project3.NaturalCommandAnd
-
- All Implemented Interfaces:
Command<GanttDiagram>
public class NaturalCommandAnd extends SingleLineCommand2<GanttDiagram>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Commandcreate(SubjectPattern subject, VerbPattern verb1, ComplementPattern complement1, VerbPattern verb2, ComplementPattern complement2)protected CommandExecutionResultexecuteArg(GanttDiagram system, RegexResult arg)java.lang.StringtoString()-
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:
toStringin classjava.lang.Object
-
executeArg
protected CommandExecutionResult executeArg(GanttDiagram system, RegexResult arg)
- Specified by:
executeArgin classSingleLineCommand2<GanttDiagram>
-
create
public static Command create(SubjectPattern subject, VerbPattern verb1, ComplementPattern complement1, VerbPattern verb2, ComplementPattern complement2)
-
-