public class RuleApplicationSet extends de.uniks.networkparser.list.SimpleSet<RuleApplication>
| Modifier and Type | Field and Description |
|---|---|
static RuleApplicationSet |
EMPTY_SET |
| Constructor and Description |
|---|
RuleApplicationSet() |
RuleApplicationSet(java.util.Collection<RuleApplication> objects) |
RuleApplicationSet(RuleApplication... objects) |
| Modifier and Type | Method and Description |
|---|---|
RuleApplicationSet |
createDescriptionCondition(java.lang.String value)
Loop through the current set of RuleApplication objects and collect those RuleApplication objects where the description attribute matches the parameter value.
|
RuleApplicationSet |
createDescriptionCondition(java.lang.String lower,
java.lang.String upper)
Loop through the current set of RuleApplication objects and collect those RuleApplication objects where the description attribute is between lower and upper.
|
RuleApplicationPO |
createRuleApplicationPO() |
RuleApplicationSet |
filterRule(java.lang.Object value)
Loop through the current set of RuleApplication objects and collect all contained objects with reference rule pointing to the object passed as parameter.
|
RuleApplicationSet |
filterSrc(java.lang.Object value)
Loop through the current set of RuleApplication objects and collect all contained objects with reference src pointing to the object passed as parameter.
|
RuleApplicationSet |
filterTgt(java.lang.Object value)
Loop through the current set of RuleApplication objects and collect all contained objects with reference tgt pointing to the object passed as parameter.
|
de.uniks.networkparser.list.ObjectSet |
getDescription()
Loop through the current set of RuleApplication objects and collect a list of the description attribute values.
|
java.lang.String |
getEntryType() |
PatternSet |
getRule()
Loop through the current set of RuleApplication objects and collect a set of the Pattern objects reached via rule.
|
ReachableStateSet |
getSrc()
Loop through the current set of RuleApplication objects and collect a set of the ReachableState objects reached via src.
|
ReachableStateSet |
getTgt()
Loop through the current set of RuleApplication objects and collect a set of the ReachableState objects reached via tgt.
|
protected java.lang.Class<?> |
getTypClass() |
RuleApplicationSet |
with(java.lang.Object value) |
RuleApplicationSet |
withDescription(java.lang.String value)
Loop through the current set of RuleApplication objects and assign value to the description attribute of each of it.
|
RuleApplicationSet |
without(RuleApplication value) |
RuleApplicationSet |
withRule(Pattern value)
Loop through current set of ModelType objects and attach the RuleApplication object passed as parameter to the Rule attribute of each of it.
|
RuleApplicationSet |
withSrc(ReachableState value)
Loop through current set of ModelType objects and attach the RuleApplication object passed as parameter to the Src attribute of each of it.
|
RuleApplicationSet |
withTgt(ReachableState value)
Loop through current set of ModelType objects and attach the RuleApplication object passed as parameter to the Tgt 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 RuleApplicationSet EMPTY_SET
public RuleApplicationSet()
public RuleApplicationSet(RuleApplication... objects)
public RuleApplicationSet(java.util.Collection<RuleApplication> objects)
protected java.lang.Class<?> getTypClass()
getTypClass in class de.uniks.networkparser.list.AbstractArray<RuleApplication>public RuleApplicationPO createRuleApplicationPO()
public java.lang.String getEntryType()
public RuleApplicationSet with(java.lang.Object value)
public RuleApplicationSet without(RuleApplication value)
public de.uniks.networkparser.list.ObjectSet getDescription()
public RuleApplicationSet createDescriptionCondition(java.lang.String value)
value - Search valuepublic RuleApplicationSet createDescriptionCondition(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic RuleApplicationSet withDescription(java.lang.String value)
value - New attribute valuepublic PatternSet getRule()
public RuleApplicationSet filterRule(java.lang.Object value)
value - The object required as rule neighbor of the collected results.public RuleApplicationSet withRule(Pattern value)
public ReachableStateSet getSrc()
public RuleApplicationSet filterSrc(java.lang.Object value)
value - The object required as src neighbor of the collected results.public RuleApplicationSet withSrc(ReachableState value)
public ReachableStateSet getTgt()
public RuleApplicationSet filterTgt(java.lang.Object value)
value - The object required as tgt neighbor of the collected results.public RuleApplicationSet withTgt(ReachableState value)