public class ParticipantSet extends EntityCollection<Participant>
ALLOW_DUPLICATES, YAWL_PACKAGE_ROOT
Constructor and Description |
---|
ParticipantSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.String id) |
Participant |
get(java.lang.String id) |
void |
parse(org.jdom2.Element e,
org.jdom2.Namespace nsYawl) |
addCSV, addInvalidReference, clear, contains, getAll, getInvalidReferences, isEmpty, parseParams, remove, remove, set, size
public boolean add(java.lang.String id)
add
in class EntityCollection<Participant>
public Participant get(java.lang.String id)
get
in class EntityCollection<Participant>
public void parse(org.jdom2.Element e, org.jdom2.Namespace nsYawl)
parse
in class EntityCollection<Participant>