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