Class SentenceAndAnd
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.SentenceAndAnd
-
-
Constructor Summary
Constructors Constructor Description SentenceAndAnd(SentenceSimple sentence1, SentenceSimple sentence2, SentenceSimple sentence3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(GanttDiagram project, RegexResult arg)
IRegex
toRegex()
-
-
-
Constructor Detail
-
SentenceAndAnd
public SentenceAndAnd(SentenceSimple sentence1, SentenceSimple sentence2, SentenceSimple sentence3)
-
-
Method Detail
-
execute
public final CommandExecutionResult execute(GanttDiagram project, RegexResult arg)
-
-