Class SentenceAndAnd<D extends Diagram>
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.SentenceAndAnd<D>
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.project.lang.Sentence
OPTIONAL_FINAL_DOT, SENTENCE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description SentenceAndAnd(SentenceSimple<D> sentence1, SentenceSimple<D> sentence2, SentenceSimple<D> sentence3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(D project, RegexResult arg)
IRegex
toRegex()
-
-
-
Constructor Detail
-
SentenceAndAnd
public SentenceAndAnd(SentenceSimple<D> sentence1, SentenceSimple<D> sentence2, SentenceSimple<D> sentence3)
-
-