public class AssociationSet extends SDMSet<Association> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static AssociationSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
AssociationSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
StringList |
getName() |
RoleSet |
getSource() |
RoleSet |
getTarget() |
AssociationPO |
hasAssociationPO() |
AssociationSet |
hasName(java.lang.String value) |
AssociationPO |
startModelPattern() |
java.lang.String |
toString() |
AssociationSet |
with(Association value) |
AssociationSet |
with(java.lang.Object value) |
AssociationSet |
withName(java.lang.String value) |
AssociationSet |
without(Association value) |
AssociationSet |
withSource(Role value) |
AssociationSet |
withTarget(Role value) |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final AssociationSet EMPTY_SET
public RoleSet getSource()
public AssociationSet withSource(Role value)
public RoleSet getTarget()
public AssociationSet withTarget(Role value)
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<Association>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic AssociationSet with(Association value)
public AssociationSet without(Association value)
public AssociationPO startModelPattern()
public AssociationSet with(java.lang.Object value)
public AssociationPO hasAssociationPO()
public StringList getName()
public AssociationSet hasName(java.lang.String value)
public AssociationSet withName(java.lang.String value)