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