public class GenericConstraintSet extends de.uniks.networkparser.list.SimpleSet<GenericConstraint>
| Modifier and Type | Field and Description |
|---|---|
static GenericConstraintSet |
EMPTY_SET |
| Constructor and Description |
|---|
GenericConstraintSet() |
GenericConstraintSet(java.util.Collection<GenericConstraint> objects) |
GenericConstraintSet(GenericConstraint... objects) |
| Modifier and Type | Method and Description |
|---|---|
GenericConstraintSet |
createDoAllMatchesCondition(boolean value)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the doAllMatches attribute matches the parameter value.
|
GenericConstraintPO |
createGenericConstraintPO() |
GenericConstraintSet |
createHasMatchCondition(boolean value)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the hasMatch attribute matches the parameter value.
|
GenericConstraintSet |
createModifierCondition(java.lang.String value)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the modifier attribute matches the parameter value.
|
GenericConstraintSet |
createModifierCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the modifier attribute is between lower and upper.
|
GenericConstraintSet |
createPatternObjectNameCondition(java.lang.String value)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the patternObjectName attribute matches the parameter value.
|
GenericConstraintSet |
createPatternObjectNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the patternObjectName attribute is between lower and upper.
|
GenericConstraintSet |
createTextCondition(java.lang.String value)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the text attribute matches the parameter value.
|
GenericConstraintSet |
createTextCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of GenericConstraint objects and collect those GenericConstraint objects where the text attribute is between lower and upper.
|
GenericConstraintSet |
filterPattern(java.lang.Object value)
Loop through the current set of GenericConstraint objects and collect all contained objects with reference pattern pointing to the object passed as parameter.
|
de.uniks.networkparser.list.BooleanList |
getDoAllMatches()
Loop through the current set of GenericConstraint objects and collect a list of the doAllMatches attribute values.
|
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.BooleanList |
getHasMatch()
Loop through the current set of GenericConstraint objects and collect a list of the hasMatch attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getModifier()
Loop through the current set of GenericConstraint objects and collect a list of the modifier attribute values.
|
PatternSet |
getPattern()
Loop through the current set of GenericConstraint objects and collect a set of the Pattern objects reached via pattern.
|
de.uniks.networkparser.list.ObjectSet |
getPatternObjectName()
Loop through the current set of GenericConstraint objects and collect a list of the patternObjectName attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getText()
Loop through the current set of GenericConstraint objects and collect a list of the text attribute values.
|
protected java.lang.Class<?> |
getTypClass() |
GenericConstraintSet |
with(java.lang.Object value) |
GenericConstraintSet |
withDoAllMatches(boolean value)
Loop through the current set of GenericConstraint objects and assign value to the doAllMatches attribute of each of it.
|
GenericConstraintSet |
withHasMatch(boolean value)
Loop through the current set of GenericConstraint objects and assign value to the hasMatch attribute of each of it.
|
GenericConstraintSet |
withModifier(java.lang.String value)
Loop through the current set of GenericConstraint objects and assign value to the modifier attribute of each of it.
|
GenericConstraintSet |
without(GenericConstraint value) |
GenericConstraintSet |
withPattern(Pattern value)
Loop through current set of ModelType objects and attach the GenericConstraint object passed as parameter to the Pattern attribute of each of it.
|
GenericConstraintSet |
withPatternObjectName(java.lang.String value)
Loop through the current set of GenericConstraint objects and assign value to the patternObjectName attribute of each of it.
|
GenericConstraintSet |
withText(java.lang.String value)
Loop through the current set of GenericConstraint objects and assign value to the text 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 GenericConstraintSet EMPTY_SET
public GenericConstraintSet()
public GenericConstraintSet(GenericConstraint... objects)
public GenericConstraintSet(java.util.Collection<GenericConstraint> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<GenericConstraint>public GenericConstraintPO createGenericConstraintPO()
public java.lang.String getEntryType()
public GenericConstraintSet with(java.lang.Object value)
public GenericConstraintSet without(GenericConstraint value)
public de.uniks.networkparser.list.ObjectSet getText()
public GenericConstraintSet createTextCondition(java.lang.String value)
value - Search valuepublic GenericConstraintSet createTextCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericConstraintSet withText(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getModifier()
public GenericConstraintSet createModifierCondition(java.lang.String value)
value - Search valuepublic GenericConstraintSet createModifierCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericConstraintSet withModifier(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getHasMatch()
public GenericConstraintSet createHasMatchCondition(boolean value)
value - Search valuepublic GenericConstraintSet withHasMatch(boolean value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getPatternObjectName()
public GenericConstraintSet createPatternObjectNameCondition(java.lang.String value)
value - Search valuepublic GenericConstraintSet createPatternObjectNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic GenericConstraintSet withPatternObjectName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getDoAllMatches()
public GenericConstraintSet createDoAllMatchesCondition(boolean value)
value - Search valuepublic GenericConstraintSet withDoAllMatches(boolean value)
value - New attribute valuepublic PatternSet getPattern()
public GenericConstraintSet filterPattern(java.lang.Object value)
value - The object required as pattern neighbor of the collected results.public GenericConstraintSet withPattern(Pattern value)