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 |
getSignature() |
IRegex |
getVerbRegex() |
IRegex |
toRegex() |
protected final Subject subjectii
protected final Something complementii
public java.lang.String getSignature()
public final CommandExecutionResult execute(GanttDiagram project, RegexResult arg)
public abstract CommandExecutionResult execute(GanttDiagram project, java.lang.Object subject, java.lang.Object complement)
public IRegex getVerbRegex()