Package net.sourceforge.plantuml.salt
Class Terminated<O>
- java.lang.Object
-
- net.sourceforge.plantuml.salt.Terminated<O>
-
public class Terminated<O> extends Object
-
-
Constructor Summary
Constructors Constructor Description Terminated(O element, Terminator terminator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description O
getElement()
Terminator
getTerminator()
String
toString()
-
-
-
Constructor Detail
-
Terminated
public Terminated(O element, Terminator terminator)
-
-
Method Detail
-
getElement
public O getElement()
-
getTerminator
public Terminator getTerminator()
-
-