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