public class CardinalityConstraintSet extends de.uniks.networkparser.list.SimpleSet<CardinalityConstraint>
| Modifier and Type | Field and Description |
|---|---|
static CardinalityConstraintSet |
EMPTY_SET |
| Constructor and Description |
|---|
CardinalityConstraintSet() |
CardinalityConstraintSet(CardinalityConstraint... objects) |
CardinalityConstraintSet(java.util.Collection<CardinalityConstraint> objects) |
| Modifier and Type | Method and Description |
|---|---|
CardinalityConstraintPO |
createCardinalityConstraintPO() |
CardinalityConstraintSet |
createDoAllMatchesCondition(boolean value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the doAllMatches attribute matches the parameter value.
|
CardinalityConstraintSet |
createHasMatchCondition(boolean value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the hasMatch attribute matches the parameter value.
|
CardinalityConstraintSet |
createHostGraphSrcObjectCondition(java.lang.Object value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the hostGraphSrcObject attribute matches the parameter value.
|
CardinalityConstraintSet |
createMaxCardCondition(long value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the maxCard attribute matches the parameter value.
|
CardinalityConstraintSet |
createMaxCardCondition(long lower,
long upper)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the maxCard attribute is between lower and upper.
|
CardinalityConstraintSet |
createMinCardCondition(long value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the minCard attribute matches the parameter value.
|
CardinalityConstraintSet |
createMinCardCondition(long lower,
long upper)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the minCard attribute is between lower and upper.
|
CardinalityConstraintSet |
createModifierCondition(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the modifier attribute matches the parameter value.
|
CardinalityConstraintSet |
createModifierCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the modifier attribute is between lower and upper.
|
CardinalityConstraintSet |
createPatternObjectNameCondition(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the patternObjectName attribute matches the parameter value.
|
CardinalityConstraintSet |
createPatternObjectNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the patternObjectName attribute is between lower and upper.
|
CardinalityConstraintSet |
createTgtRoleNameCondition(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the tgtRoleName attribute matches the parameter value.
|
CardinalityConstraintSet |
createTgtRoleNameCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of CardinalityConstraint objects and collect those CardinalityConstraint objects where the tgtRoleName attribute is between lower and upper.
|
CardinalityConstraintSet |
filterPattern(java.lang.Object value)
Loop through the current set of CardinalityConstraint objects and collect all contained objects with reference pattern pointing to the object passed as parameter.
|
CardinalityConstraintSet |
filterSrc(java.lang.Object value)
Loop through the current set of CardinalityConstraint 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 CardinalityConstraint 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 CardinalityConstraint objects and collect a list of the hasMatch attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getHostGraphSrcObject()
Loop through the current set of CardinalityConstraint objects and collect a list of the hostGraphSrcObject attribute values.
|
de.uniks.networkparser.list.NumberList |
getMaxCard()
Loop through the current set of CardinalityConstraint objects and collect a list of the maxCard attribute values.
|
de.uniks.networkparser.list.NumberList |
getMinCard()
Loop through the current set of CardinalityConstraint objects and collect a list of the minCard attribute values.
|
de.uniks.networkparser.list.ObjectSet |
getModifier()
Loop through the current set of CardinalityConstraint objects and collect a list of the modifier attribute values.
|
PatternSet |
getPattern()
Loop through the current set of CardinalityConstraint objects and collect a set of the Pattern objects reached via pattern.
|
de.uniks.networkparser.list.ObjectSet |
getPatternObjectName()
Loop through the current set of CardinalityConstraint objects and collect a list of the patternObjectName attribute values.
|
PatternObjectSet |
getSrc()
Loop through the current set of CardinalityConstraint objects and collect a set of the PatternObject objects reached via src.
|
de.uniks.networkparser.list.ObjectSet |
getTgtRoleName()
Loop through the current set of CardinalityConstraint objects and collect a list of the tgtRoleName attribute values.
|
protected java.lang.Class<?> |
getTypClass() |
CardinalityConstraintSet |
with(java.lang.Object value) |
CardinalityConstraintSet |
withDoAllMatches(boolean value)
Loop through the current set of CardinalityConstraint objects and assign value to the doAllMatches attribute of each of it.
|
CardinalityConstraintSet |
withHasMatch(boolean value)
Loop through the current set of CardinalityConstraint objects and assign value to the hasMatch attribute of each of it.
|
CardinalityConstraintSet |
withHostGraphSrcObject(java.lang.Object value)
Loop through the current set of CardinalityConstraint objects and assign value to the hostGraphSrcObject attribute of each of it.
|
CardinalityConstraintSet |
withMaxCard(long value)
Loop through the current set of CardinalityConstraint objects and assign value to the maxCard attribute of each of it.
|
CardinalityConstraintSet |
withMinCard(long value)
Loop through the current set of CardinalityConstraint objects and assign value to the minCard attribute of each of it.
|
CardinalityConstraintSet |
withModifier(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and assign value to the modifier attribute of each of it.
|
CardinalityConstraintSet |
without(CardinalityConstraint value) |
CardinalityConstraintSet |
withPattern(Pattern value)
Loop through current set of ModelType objects and attach the CardinalityConstraint object passed as parameter to the Pattern attribute of each of it.
|
CardinalityConstraintSet |
withPatternObjectName(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and assign value to the patternObjectName attribute of each of it.
|
CardinalityConstraintSet |
withSrc(PatternObject value)
Loop through current set of ModelType objects and attach the CardinalityConstraint object passed as parameter to the Src attribute of each of it.
|
CardinalityConstraintSet |
withTgtRoleName(java.lang.String value)
Loop through the current set of CardinalityConstraint objects and assign value to the tgtRoleName 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, notify, notifyAll, wait, wait, waitpublic static final CardinalityConstraintSet EMPTY_SET
public CardinalityConstraintSet()
public CardinalityConstraintSet(CardinalityConstraint... objects)
public CardinalityConstraintSet(java.util.Collection<CardinalityConstraint> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<CardinalityConstraint>public CardinalityConstraintPO createCardinalityConstraintPO()
public java.lang.String getEntryType()
public CardinalityConstraintSet with(java.lang.Object value)
public CardinalityConstraintSet without(CardinalityConstraint value)
public de.uniks.networkparser.list.ObjectSet getTgtRoleName()
public CardinalityConstraintSet createTgtRoleNameCondition(java.lang.String value)
value - Search valuepublic CardinalityConstraintSet createTgtRoleNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic CardinalityConstraintSet withTgtRoleName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getHostGraphSrcObject()
public CardinalityConstraintSet createHostGraphSrcObjectCondition(java.lang.Object value)
value - Search valuepublic CardinalityConstraintSet withHostGraphSrcObject(java.lang.Object value)
value - New attribute valuepublic de.uniks.networkparser.list.NumberList getMinCard()
public CardinalityConstraintSet createMinCardCondition(long value)
value - Search valuepublic CardinalityConstraintSet createMinCardCondition(long lower, long upper)
lower - Lower boundupper - Upper boundpublic CardinalityConstraintSet withMinCard(long value)
value - New attribute valuepublic de.uniks.networkparser.list.NumberList getMaxCard()
public CardinalityConstraintSet createMaxCardCondition(long value)
value - Search valuepublic CardinalityConstraintSet createMaxCardCondition(long lower, long upper)
lower - Lower boundupper - Upper boundpublic CardinalityConstraintSet withMaxCard(long value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getModifier()
public CardinalityConstraintSet createModifierCondition(java.lang.String value)
value - Search valuepublic CardinalityConstraintSet createModifierCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic CardinalityConstraintSet withModifier(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getHasMatch()
public CardinalityConstraintSet createHasMatchCondition(boolean value)
value - Search valuepublic CardinalityConstraintSet withHasMatch(boolean value)
value - New attribute valuepublic de.uniks.networkparser.list.ObjectSet getPatternObjectName()
public CardinalityConstraintSet createPatternObjectNameCondition(java.lang.String value)
value - Search valuepublic CardinalityConstraintSet createPatternObjectNameCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic CardinalityConstraintSet withPatternObjectName(java.lang.String value)
value - New attribute valuepublic de.uniks.networkparser.list.BooleanList getDoAllMatches()
public CardinalityConstraintSet createDoAllMatchesCondition(boolean value)
value - Search valuepublic CardinalityConstraintSet withDoAllMatches(boolean value)
value - New attribute valuepublic PatternSet getPattern()
public CardinalityConstraintSet filterPattern(java.lang.Object value)
value - The object required as pattern neighbor of the collected results.public CardinalityConstraintSet withPattern(Pattern value)
public PatternObjectSet getSrc()
public CardinalityConstraintSet filterSrc(java.lang.Object value)
value - The object required as src neighbor of the collected results.public CardinalityConstraintSet withSrc(PatternObject value)