Class SentenceAndAnd<D extends Diagram>
java.lang.Object
net.sourceforge.plantuml.project.lang.SentenceAndAnd<D>
- All Implemented Interfaces:
Sentence<D>
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.project.lang.Sentence
OPTIONAL_FINAL_DOT, SENTENCE_SEPARATOR
-
Constructor Summary
ConstructorsConstructorDescriptionSentenceAndAnd
(SentenceSimple<D> sentence1, SentenceSimple<D> sentence2, SentenceSimple<D> sentence3) -
Method Summary
Modifier and TypeMethodDescriptionfinal CommandExecutionResult
execute
(D project, RegexResult arg) toRegex()
-
Constructor Details
-
SentenceAndAnd
public SentenceAndAnd(SentenceSimple<D> sentence1, SentenceSimple<D> sentence2, SentenceSimple<D> sentence3)
-
-
Method Details