public class MatchOtherThenSet extends de.uniks.networkparser.list.SimpleSet<MatchOtherThen>
| Modifier and Type | Field and Description |
|---|---|
static MatchOtherThenSet |
EMPTY_SET |
| Constructor and Description |
|---|
MatchOtherThenSet() |
MatchOtherThenSet(java.util.Collection<MatchOtherThen> objects) |
MatchOtherThenSet(MatchOtherThen... objects) |
| Modifier and Type | Method and Description |
|---|---|
MatchOtherThenSet |
createDoAllMatchesCondition(boolean value)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the doAllMatches attribute matches the parameter value.
|
MatchOtherThenSet |
createHasMatchCondition(boolean value)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the hasMatch attribute matches the parameter value.
|
MatchOtherThenSet |
createHostGraphSrcObjectCondition(java.lang.Object value)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the hostGraphSrcObject attribute matches the parameter value.
|
MatchOtherThenPO |
createMatchOtherThenPO() |
MatchOtherThenSet |
createModifierCondition(java.lang.String value)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the modifier attribute matches the parameter value.
|
MatchOtherThenSet |
createModifierCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the modifier attribute is between lower and upper.
|
MatchOtherThenSet |
createPatternObjectNameCondition(java.lang.String value)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the patternObjectName attribute matches the parameter value.
|
MatchOtherThenSet |
createPatternObjectNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of MatchOtherThen objects and collect those MatchOtherThen objects where the patternObjectName attribute is between lower and upper.
|
MatchOtherThenSet |
filterForbidden(java.lang.Object value)
Loop through the current set of MatchOtherThen objects and collect all contained objects with reference forbidden pointing to the object passed as parameter.
|
MatchOtherThenSet |
filterPattern(java.lang.Object value)
Loop through the current set of MatchOtherThen objects and collect all contained objects with reference pattern pointing to the object passed as parameter.
|
MatchOtherThenSet |
filterSrc(java.lang.Object value)
Loop through the current set of MatchOtherThen objects and collect all contained objects with reference src pointing to the object passed as parameter.
|
de.uniks.networkparser.list.BooleanList |
getDoAllMatches()
Loop through the current set of MatchOtherThen objects and collect a list of the doAllMatches attribute values.
|
java.lang.String |
getEntryType() |
PatternObjectSet |
getForbidden()
Loop through the current set of MatchOtherThen objects and collect a set of the PatternObject objects reached via forbidden.
|
de.uniks.networkparser.list.BooleanList |
getHasMatch()
Loop through the current set of MatchOtherThen objects and collect a list of the hasMatch attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getHostGraphSrcObject()
Loop through the current set of MatchOtherThen objects and collect a list of the hostGraphSrcObject attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getModifier()
Loop through the current set of MatchOtherThen objects and collect a list of the modifier attribute values.
|
PatternSet |
getPattern()
Loop through the current set of MatchOtherThen objects and collect a set of the Pattern objects reached via pattern.
|
de.uniks.networkparser.list.ObjectSet |
getPatternObjectName()
Loop through the current set of MatchOtherThen objects and collect a list of the patternObjectName attribute values.
|
PatternObjectSet |
getSrc()
Loop through the current set of MatchOtherThen objects and collect a set of the PatternObject objects reached via src.
|
protected java.lang.Class<?> |
getTypClass() |
MatchOtherThenSet |
with(java.lang.Object value) |
MatchOtherThenSet |
withDoAllMatches(boolean value)
Loop through the current set of MatchOtherThen objects and assign value to the doAllMatches attribute of each of it.
|
MatchOtherThenSet |
withForbidden(PatternObject value)
Loop through current set of ModelType objects and attach the MatchOtherThen object passed as parameter to the Forbidden attribute of each of it.
|
MatchOtherThenSet |
withHasMatch(boolean value)
Loop through the current set of MatchOtherThen objects and assign value to the hasMatch attribute of each of it.
|
MatchOtherThenSet |
withHostGraphSrcObject(java.lang.Object value)
Loop through the current set of MatchOtherThen objects and assign value to the hostGraphSrcObject attribute of each of it.
|
MatchOtherThenSet |
withModifier(java.lang.String value)
Loop through the current set of MatchOtherThen objects and assign value to the modifier attribute of each of it.
|
MatchOtherThenSet |
without(MatchOtherThen value) |
MatchOtherThenSet |
withPattern(Pattern value)
Loop through current set of ModelType objects and attach the MatchOtherThen object passed as parameter to the Pattern attribute of each of it.
|
MatchOtherThenSet |
withPatternObjectName(java.lang.String value)
Loop through the current set of MatchOtherThen objects and assign value to the patternObjectName attribute of each of it.
|
MatchOtherThenSet |
withSrc(PatternObject value)
Loop through current set of ModelType objects and attach the MatchOtherThen object passed as parameter to the Src attribute of each of it.
|
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, 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, 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 MatchOtherThenSet EMPTY_SET
public MatchOtherThenSet()
public MatchOtherThenSet(MatchOtherThen... objects)
public MatchOtherThenSet(java.util.Collection<MatchOtherThen> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<MatchOtherThen>public MatchOtherThenPO createMatchOtherThenPO()
public java.lang.String getEntryType()
public MatchOtherThenSet with(java.lang.Object value)
public MatchOtherThenSet without(MatchOtherThen value)
public de.uniks.networkparser.list.ObjectSet getHostGraphSrcObject()
public MatchOtherThenSet createHostGraphSrcObjectCondition(java.lang.Object value)
value - Search valuepublic MatchOtherThenSet withHostGraphSrcObject(java.lang.Object value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getModifier()
public MatchOtherThenSet createModifierCondition(java.lang.String value)
value - Search valuepublic MatchOtherThenSet createModifierCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic MatchOtherThenSet withModifier(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getHasMatch()
public MatchOtherThenSet createHasMatchCondition(boolean value)
value - Search valuepublic MatchOtherThenSet withHasMatch(boolean value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getPatternObjectName()
public MatchOtherThenSet createPatternObjectNameCondition(java.lang.String value)
value - Search valuepublic MatchOtherThenSet createPatternObjectNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic MatchOtherThenSet withPatternObjectName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getDoAllMatches()
public MatchOtherThenSet createDoAllMatchesCondition(boolean value)
value - Search valuepublic MatchOtherThenSet withDoAllMatches(boolean value)
value - New attribute valuepublic PatternSet getPattern()
public MatchOtherThenSet filterPattern(java.lang.Object value)
value - The object required as pattern neighbor of the collected results.public MatchOtherThenSet withPattern(Pattern value)
public PatternObjectSet getSrc()
public MatchOtherThenSet filterSrc(java.lang.Object value)
value - The object required as src neighbor of the collected results.public MatchOtherThenSet withSrc(PatternObject value)
public PatternObjectSet getForbidden()
public MatchOtherThenSet filterForbidden(java.lang.Object value)
value - The object required as forbidden neighbor of the collected results.public MatchOtherThenSet withForbidden(PatternObject value)