public abstract class SentenceSimple extends java.lang.Object implements Sentence
Modifier and Type | Field and Description |
---|---|
protected Something |
complementii |
protected Subject |
subjectii |
Constructor and Description |
---|
SentenceSimple(Subject subject,
IRegex verb,
Something complement) |
Modifier and Type | Method and Description |
---|---|
abstract CommandExecutionResult |
execute(GanttDiagram project,
java.lang.Object subject,
java.lang.Object complement) |
CommandExecutionResult |
execute(GanttDiagram project,
RegexResult arg) |
java.lang.String |
getVerbPattern() |
IRegex |
getVerbRegex() |
IRegex |
toRegex() |
protected final Subject subjectii
protected final Something complementii
public final CommandExecutionResult execute(GanttDiagram project, RegexResult arg)
public abstract CommandExecutionResult execute(GanttDiagram project, java.lang.Object subject, java.lang.Object complement)
public final java.lang.String getVerbPattern()
public IRegex getVerbRegex()