Class SentencePausesDayOfWeek
java.lang.Object
net.sourceforge.plantuml.project.lang.SentenceSimple
net.sourceforge.plantuml.project.lang.SentencePausesDayOfWeek
- All Implemented Interfaces:
Sentence
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.project.lang.SentenceSimple
complementii, subjectii
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GanttDiagram project, java.lang.Object subject, java.lang.Object complement) Methods inherited from class net.sourceforge.plantuml.project.lang.SentenceSimple
execute, getVerbPattern, getVerbRegex, toRegex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SentencePausesDayOfWeek
public SentencePausesDayOfWeek()
-
-
Method Details
-
execute
public CommandExecutionResult execute(GanttDiagram project, java.lang.Object subject, java.lang.Object complement) - Specified by:
execute
in classSentenceSimple
-