public class GenericLinkSet extends SDMSet<GenericLink>
| Modifier and Type | Field and Description |
|---|---|
static GenericLinkSet |
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 |
|---|
GenericLinkSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
GenericGraphSet |
getGraph() |
GenericObjectSet |
getSrc() |
StringList |
getSrcLabel() |
GenericObjectSet |
getTgt() |
StringList |
getTgtLabel() |
GenericLinkPO |
hasGenericLinkPO() |
GenericLinkPO |
startModelPattern() |
java.lang.String |
toString() |
GenericLinkSet |
with(java.lang.Object value) |
GenericLinkSet |
withGraph(GenericGraph value) |
GenericLinkSet |
without(GenericLink value) |
GenericLinkSet |
withSrc(GenericObject value) |
GenericLinkSet |
withSrcLabel(java.lang.String value) |
GenericLinkSet |
withTgt(GenericObject value) |
GenericLinkSet |
withTgtLabel(java.lang.String 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 GenericLinkSet EMPTY_SET
public StringList getTgtLabel()
public GenericLinkSet withTgtLabel(java.lang.String value)
public StringList getSrcLabel()
public GenericLinkSet withSrcLabel(java.lang.String value)
public GenericObjectSet getSrc()
public GenericLinkSet withSrc(GenericObject value)
public GenericObjectSet getTgt()
public GenericLinkSet withTgt(GenericObject value)
public GenericGraphSet getGraph()
public GenericLinkSet withGraph(GenericGraph value)
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<GenericLink>public java.lang.String getEntryType()
public GenericLinkPO startModelPattern()
public GenericLinkSet with(java.lang.Object value)
public GenericLinkSet without(GenericLink value)
public GenericLinkPO hasGenericLinkPO()