public class GenericObjectSet extends de.uniks.networkparser.list.SimpleSet<GenericObject>
| Modifier and Type | Field and Description |
|---|---|
static GenericObjectSet |
EMPTY_SET |
| Constructor and Description |
|---|
GenericObjectSet() |
GenericObjectSet(java.util.Collection<GenericObject> objects) |
GenericObjectSet(GenericObject... objects) |
| Modifier and Type | Method and Description |
|---|---|
GenericObjectPO |
createGenericObjectPO() |
GenericObjectSet |
createIconCondition(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the icon attribute matches the parameter value.
|
GenericObjectSet |
createIconCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the icon attribute is between lower and upper.
|
GenericObjectSet |
createNameCondition(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the name attribute matches the parameter value.
|
GenericObjectSet |
createNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the name attribute is between lower and upper.
|
GenericObjectSet |
createTypeCondition(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the type attribute matches the parameter value.
|
GenericObjectSet |
createTypeCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the type attribute is between lower and upper.
|
GenericObjectPO |
filterGenericObjectPO() |
GenericObjectSet |
filterIcon(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the icon attribute matches the parameter value.
|
GenericObjectSet |
filterIcon(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the icon attribute is between lower and upper.
|
GenericObjectSet |
filterName(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the name attribute matches the parameter value.
|
GenericObjectSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the name attribute is between lower and upper.
|
GenericObjectSet |
filterType(java.lang.String value)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the type attribute matches the parameter value.
|
GenericObjectSet |
filterType(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericObject objects and collect those GenericObject objects where the type attribute is between lower and upper.
|
GenericAttributeSet |
getAttrs() |
java.lang.String |
getEntryType() |
GenericGraphSet |
getGraph() |
de.uniks.networkparser.list.StringList |
getIcon() |
GenericLinkSet |
getIncommingLinks() |
de.uniks.networkparser.list.StringList |
getName() |
GenericLinkSet |
getOutgoingLinks() |
de.uniks.networkparser.list.StringList |
getType() |
GenericObjectPO |
hasGenericObjectPO() |
GenericObjectSet |
hasIcon(java.lang.String value) |
GenericObjectSet |
hasIcon(java.lang.String lower,
java.lang.String upper) |
GenericObjectSet |
hasName(java.lang.String value) |
GenericObjectSet |
hasName(java.lang.String lower,
java.lang.String upper) |
GenericObjectSet |
hasType(java.lang.String value) |
GenericObjectSet |
hasType(java.lang.String lower,
java.lang.String upper) |
GenericObjectPO |
startModelPattern() |
java.lang.String |
toString()
Convert Element to String
|
GenericObjectSet |
with(java.lang.Object value) |
GenericObjectSet |
withAttrs(GenericAttribute value) |
GenericObjectSet |
withGraph(GenericGraph value) |
GenericObjectSet |
withIcon(java.lang.String value) |
GenericObjectSet |
withIncommingLinks(GenericLink value) |
GenericObjectSet |
withName(java.lang.String value) |
GenericObjectSet |
without(GenericObject value) |
GenericObjectSet |
withoutAttrs(GenericAttribute value) |
GenericObjectSet |
withOutgoingLinks(GenericLink value) |
GenericObjectSet |
withoutIncommingLinks(GenericLink value) |
GenericObjectSet |
withoutOutgoingLinks(GenericLink value) |
GenericObjectSet |
withType(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 GenericObjectSet EMPTY_SET
public GenericObjectSet()
public GenericObjectSet(GenericObject... objects)
public GenericObjectSet(java.util.Collection<GenericObject> objects)
public de.uniks.networkparser.list.StringList getName()
public GenericObjectSet withName(java.lang.String value)
public de.uniks.networkparser.list.StringList getType()
public GenericObjectSet withType(java.lang.String value)
public GenericGraphSet getGraph()
public GenericObjectSet withGraph(GenericGraph value)
public GenericAttributeSet getAttrs()
public GenericObjectSet withAttrs(GenericAttribute value)
public GenericObjectSet withoutAttrs(GenericAttribute value)
public GenericLinkSet getOutgoingLinks()
public GenericObjectSet withOutgoingLinks(GenericLink value)
public GenericObjectSet withoutOutgoingLinks(GenericLink value)
public GenericLinkSet getIncommingLinks()
public GenericObjectSet withIncommingLinks(GenericLink value)
public GenericObjectSet withoutIncommingLinks(GenericLink value)
public de.uniks.networkparser.list.StringList getIcon()
public GenericObjectSet withIcon(java.lang.String 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<GenericObject>public GenericObjectPO startModelPattern()
public GenericObjectSet with(java.lang.Object value)
public GenericObjectSet without(GenericObject value)
public GenericObjectPO hasGenericObjectPO()
public GenericObjectSet hasName(java.lang.String value)
public GenericObjectSet hasName(java.lang.String lower, java.lang.String upper)
public GenericObjectSet hasType(java.lang.String value)
public GenericObjectSet hasType(java.lang.String lower, java.lang.String upper)
public GenericObjectSet hasIcon(java.lang.String value)
public GenericObjectSet hasIcon(java.lang.String lower, java.lang.String upper)
public GenericObjectPO filterGenericObjectPO()
public java.lang.String getEntryType()
public GenericObjectSet filterName(java.lang.String value)
value - Search valuepublic GenericObjectSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericObjectSet filterType(java.lang.String value)
value - Search valuepublic GenericObjectSet filterType(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericObjectSet filterIcon(java.lang.String value)
value - Search valuepublic GenericObjectSet filterIcon(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericObjectPO createGenericObjectPO()
public GenericObjectSet createNameCondition(java.lang.String value)
value - Search valuepublic GenericObjectSet createNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericObjectSet createTypeCondition(java.lang.String value)
value - Search valuepublic GenericObjectSet createTypeCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericObjectSet createIconCondition(java.lang.String value)
value - Search valuepublic GenericObjectSet createIconCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound