public class GenericLinkSet extends de.uniks.networkparser.list.SimpleSet<GenericLink>
| Modifier and Type | Field and Description |
|---|---|
static GenericLinkSet |
EMPTY_SET |
| Constructor and Description |
|---|
GenericLinkSet() |
GenericLinkSet(java.util.Collection<GenericLink> objects) |
GenericLinkSet(GenericLink... objects) |
| Modifier and Type | Method and Description |
|---|---|
GenericLinkPO |
createGenericLinkPO() |
GenericLinkSet |
createSrcLabelCondition(java.lang.String value)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the srcLabel attribute matches the parameter value.
|
GenericLinkSet |
createSrcLabelCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the srcLabel attribute is between lower and upper.
|
GenericLinkSet |
createTgtLabelCondition(java.lang.String value)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the tgtLabel attribute matches the parameter value.
|
GenericLinkSet |
createTgtLabelCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the tgtLabel attribute is between lower and upper.
|
GenericLinkPO |
filterGenericLinkPO() |
GenericLinkSet |
filterSrcLabel(java.lang.String value)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the srcLabel attribute matches the parameter value.
|
GenericLinkSet |
filterSrcLabel(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the srcLabel attribute is between lower and upper.
|
GenericLinkSet |
filterTgtLabel(java.lang.String value)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the tgtLabel attribute matches the parameter value.
|
GenericLinkSet |
filterTgtLabel(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericLink objects and collect those GenericLink objects where the tgtLabel attribute is between lower and upper.
|
java.lang.String |
getEntryType() |
GenericGraphSet |
getGraph() |
GenericObjectSet |
getSrc() |
de.uniks.networkparser.list.StringList |
getSrcLabel() |
GenericObjectSet |
getTgt() |
de.uniks.networkparser.list.StringList |
getTgtLabel() |
GenericLinkPO |
hasGenericLinkPO() |
GenericLinkSet |
hasSrcLabel(java.lang.String value) |
GenericLinkSet |
hasSrcLabel(java.lang.String lower,
java.lang.String upper) |
GenericLinkSet |
hasTgtLabel(java.lang.String value) |
GenericLinkSet |
hasTgtLabel(java.lang.String lower,
java.lang.String upper) |
GenericLinkPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
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, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final GenericLinkSet EMPTY_SET
public GenericLinkSet()
public GenericLinkSet(GenericLink... objects)
public GenericLinkSet(java.util.Collection<GenericLink> objects)
public de.uniks.networkparser.list.StringList getTgtLabel()
public GenericLinkSet withTgtLabel(java.lang.String value)
public de.uniks.networkparser.list.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()
de.uniks.networkparser.interfaces.BaseItemtoString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class de.uniks.networkparser.list.SimpleSet<GenericLink>public java.lang.String getEntryType()
public GenericLinkPO startModelPattern()
public GenericLinkSet with(java.lang.Object value)
public GenericLinkSet without(GenericLink value)
public GenericLinkPO hasGenericLinkPO()
public GenericLinkSet hasTgtLabel(java.lang.String value)
public GenericLinkSet hasTgtLabel(java.lang.String lower, java.lang.String upper)
public GenericLinkSet hasSrcLabel(java.lang.String value)
public GenericLinkSet hasSrcLabel(java.lang.String lower, java.lang.String upper)
public GenericLinkPO filterGenericLinkPO()
public GenericLinkSet filterTgtLabel(java.lang.String value)
value - Search valuepublic GenericLinkSet filterTgtLabel(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericLinkSet filterSrcLabel(java.lang.String value)
value - Search valuepublic GenericLinkSet filterSrcLabel(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericLinkPO createGenericLinkPO()
public GenericLinkSet createTgtLabelCondition(java.lang.String value)
value - Search valuepublic GenericLinkSet createTgtLabelCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericLinkSet createSrcLabelCondition(java.lang.String value)
value - Search valuepublic GenericLinkSet createSrcLabelCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound