public class GenericGraphSet extends de.uniks.networkparser.list.SimpleSet<GenericGraph>
| Modifier and Type | Field and Description |
|---|---|
static GenericGraphSet |
EMPTY_SET |
| Constructor and Description |
|---|
GenericGraphSet() |
GenericGraphSet(java.util.Collection<GenericGraph> objects) |
GenericGraphSet(GenericGraph... objects) |
| Modifier and Type | Method and Description |
|---|---|
GenericGraphPO |
createGenericGraphPO() |
GenericGraphPO |
filterGenericGraphPO() |
java.lang.String |
getEntryType() |
GenericLinkSet |
getLinks() |
GenericObjectSet |
getObjects() |
GenericGraphPO |
hasGenericGraphPO() |
GenericGraphPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
GenericGraphSet |
with(java.lang.Object value) |
GenericGraphSet |
withLinks(GenericLink value) |
GenericGraphSet |
withObjects(GenericObject value) |
GenericGraphSet |
without(GenericGraph value) |
GenericGraphSet |
withoutLinks(GenericLink value) |
GenericGraphSet |
withoutObjects(GenericObject 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, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final GenericGraphSet EMPTY_SET
public GenericGraphSet()
public GenericGraphSet(GenericGraph... objects)
public GenericGraphSet(java.util.Collection<GenericGraph> objects)
public GenericObjectSet getObjects()
public GenericGraphSet withObjects(GenericObject value)
public GenericGraphSet withoutObjects(GenericObject value)
public GenericLinkSet getLinks()
public GenericGraphSet withLinks(GenericLink value)
public GenericGraphSet withoutLinks(GenericLink 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<GenericGraph>public java.lang.String getEntryType()
public GenericGraphPO startModelPattern()
public GenericGraphSet with(java.lang.Object value)
public GenericGraphSet without(GenericGraph value)
public GenericGraphPO hasGenericGraphPO()
public GenericGraphPO filterGenericGraphPO()
public GenericGraphPO createGenericGraphPO()