public class PatternObjectSet extends SDMSet<PatternObject>
| Modifier and Type | Field and Description |
|---|---|
static PatternObjectSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
PatternObjectSet() |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final PatternObjectSet EMPTY_SET
public java.util.LinkedHashSet<java.lang.Object> getCurrentMatch()
public java.util.LinkedHashSet<java.lang.Object> getCandidates()
public AttributeConstraintSet getAttrConstraints()
public PatternObjectSet withCurrentMatch(java.lang.Object value)
public PatternObjectSet withCandidates(java.lang.Object value)
public PatternObjectSet withIncomming(PatternLink value)
public PatternObjectSet withoutIncomming(PatternLink value)
public PatternObjectSet withOutgoing(PatternLink value)
public PatternObjectSet withoutOutgoing(PatternLink value)
public PatternObjectSet withAttrConstraints(AttributeConstraint value)
public PatternObjectSet withoutAttrConstraints(AttributeConstraint value)
public StringList getModifier()
public PatternObjectSet withModifier(java.lang.String value)
public booleanList getHasMatch()
public PatternObjectSet withHasMatch(boolean value)
public DestroyObjectElemSet getDestroyElem()
public PatternObjectSet withDestroyElem(DestroyObjectElem value)
public booleanList getDoAllMatches()
public PatternObjectSet withDoAllMatches(boolean value)
public StringList getPatternObjectName()
public PatternObjectSet withPatternObjectName(java.lang.String value)
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<PatternObject>public java.lang.String getEntryType()
public PatternSet getPattern()
public PatternObjectSet withPattern(Pattern value)
public CardinalityConstraintSet getCardConstraints()
public PatternObjectSet withCardConstraints(CardinalityConstraint value)
public PatternObjectSet withoutCardConstraints(CardinalityConstraint value)
public MatchOtherThenSet getMatchOtherThen()
public PatternObjectSet withMatchOtherThen(MatchOtherThen value)
public PatternObjectSet withoutMatchOtherThen(MatchOtherThen value)
public MatchOtherThenSet getExcluders()
public PatternObjectSet withExcluders(MatchOtherThen value)
public PatternObjectSet withoutExcluders(MatchOtherThen value)
public PatternObjectPO startModelPattern()
public PatternObjectSet with(java.lang.Object value)
public PatternObjectSet without(PatternObject value)
public PatternObjectPO hasPatternObjectPO()