public class NaturalCommandAnd extends SingleLineCommand2<GanttDiagram>
| Modifier and Type | Method and Description |
|---|---|
static Command |
create(SubjectPattern subject,
VerbPattern verb1,
ComplementPattern complement1,
VerbPattern verb2,
ComplementPattern complement2) |
protected CommandExecutionResult |
executeArg(GanttDiagram system,
RegexResult arg) |
java.lang.String |
toString() |
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracketpublic java.lang.String toString()
toString in class java.lang.Objectprotected CommandExecutionResult executeArg(GanttDiagram system, RegexResult arg)
executeArg in class SingleLineCommand2<GanttDiagram>public static Command create(SubjectPattern subject, VerbPattern verb1, ComplementPattern complement1, VerbPattern verb2, ComplementPattern complement2)