public class ParticipantEnglober
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ParticipantEnglober |
build(Display title,
HColor boxColor,
Stereotype stereotype) |
HColor |
getBoxColor() |
java.util.List<ParticipantEnglober> |
getGenealogy() |
ParticipantEnglober |
getParent() |
Stereotype |
getStereotype() |
Display |
getTitle() |
ParticipantEnglober |
newChild(Display title,
HColor boxColor,
Stereotype stereotype) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public static ParticipantEnglober build(Display title, HColor boxColor, Stereotype stereotype)
public ParticipantEnglober newChild(Display title, HColor boxColor, Stereotype stereotype)
public final Display getTitle()
public final HColor getBoxColor()
public final Stereotype getStereotype()
public final ParticipantEnglober getParent()
public final java.util.List<ParticipantEnglober> getGenealogy()