Interface Sentence<D extends Diagram>
-
- All Known Implementing Classes:
SentenceAnd
,SentenceAndAnd
,SentenceDisplayOnSameRowAs
,SentenceEnds
,SentenceHappens
,SentenceHappensChronology
,SentenceHappensDate
,SentenceIsColored
,SentenceIsColoredForCompletion
,SentenceIsDeleted
,SentenceIsDisplayedAs
,SentenceIsForTask
,SentenceLinksTo
,SentenceOccurs
,SentencePausesAbsoluteDate
,SentencePausesAbsoluteIntervals
,SentencePausesAbsoluteIntervalsSmart
,SentencePausesDayOfWeek
,SentenceRequire
,SentenceSimple
,SentenceTaskEndsAbsolute
,SentenceTaskEndsOnlyRelative
,SentenceTaskStarts
,SentenceTaskStartsAbsolute
,SentenceTaskStartsOnlyRelative
,SentenceTaskStartsWithColor
,SubjectLinks.InColor
,SubjectResource.IsOffAfterDate
,SubjectResource.IsOffBeforeDate
,SubjectResource.IsOffDate
,SubjectResource.IsOffDates
,SubjectResource.IsOffDayOfWeek
,SubjectResource.IsOnDate
,SubjectResource.IsOnDates
,SubjectResource.WorksOn
public interface Sentence<D extends Diagram>
-
-
Field Summary
Fields Modifier and Type Field Description static RegexLeaf
OPTIONAL_FINAL_DOT
static RegexLeaf
SENTENCE_SEPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandExecutionResult
execute(D project, RegexResult arg)
IRegex
toRegex()
-
-
-
Method Detail
-
toRegex
IRegex toRegex()
-
execute
CommandExecutionResult execute(D project, RegexResult arg)
-
-