Class SentenceSimple
java.lang.Object
net.sourceforge.plantuml.project.lang.SentenceSimple
- All Implemented Interfaces:
Sentence
- Direct Known Subclasses:
SentenceDisplayOnSameRowAs
,SentenceEnds
,SentenceHappens
,SentenceHappensDate
,SentenceIsColored
,SentenceIsColoredForCompletion
,SentenceIsDeleted
,SentenceIsForTask
,SentenceLasts
,SentenceLinksTo
,SentenceOccurs
,SentencePausesDate
,SentencePausesDates
,SentencePausesDayOfWeek
,SentenceTaskEndsAbsolute
,SentenceTaskStarts
,SentenceTaskStartsAbsolute
,SentenceTaskStartsWithColor
,SubjectLinks.InColor
,SubjectResource.IsOffDate
,SubjectResource.IsOffDates
,SubjectResource.IsOffDayOfWeek
,SubjectResource.IsOnDate
,SubjectResource.IsOnDates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CommandExecutionResult
execute
(GanttDiagram project, java.lang.Object subject, java.lang.Object complement) final CommandExecutionResult
execute
(GanttDiagram project, RegexResult arg) final java.lang.String
final IRegex
toRegex()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
subjectii
-
complementii
-
-
Constructor Details
-
SentenceSimple
-
-
Method Details
-
toRegex
-
execute
-
execute
public abstract CommandExecutionResult execute(GanttDiagram project, java.lang.Object subject, java.lang.Object complement) -
getVerbPattern
public final java.lang.String getVerbPattern() -
getVerbRegex
-