public class UnifyGraphsOpSet extends SDMSet<UnifyGraphsOp> implements ModelSet
| Modifier and Type | Field and Description |
|---|---|
static UnifyGraphsOpSet |
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 |
|---|
UnifyGraphsOpSet() |
| Modifier and Type | Method and Description |
|---|---|
booleanList |
getDoAllMatches() |
java.lang.String |
getEntryType() |
booleanList |
getHasMatch() |
StringList |
getModifier() |
PatternSet |
getPattern() |
StringList |
getPatternObjectName() |
UnifyGraphsOpPO |
hasUnifyGraphsOpPO() |
UnifyGraphsOpPO |
startModelPattern() |
java.lang.String |
toString() |
UnifyGraphsOpSet |
with(java.lang.Object value) |
UnifyGraphsOpSet |
with(UnifyGraphsOp value) |
UnifyGraphsOpSet |
withDoAllMatches(boolean value) |
UnifyGraphsOpSet |
withHasMatch(boolean value) |
UnifyGraphsOpSet |
withModifier(java.lang.String value) |
UnifyGraphsOpSet |
without(UnifyGraphsOp value) |
UnifyGraphsOpSet |
withPattern(Pattern value) |
UnifyGraphsOpSet |
withPatternObjectName(java.lang.String value) |
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 UnifyGraphsOpSet EMPTY_SET
public java.lang.String toString()
toString in interface de.uniks.networkparser.interfaces.BaseItemtoString in class SDMSet<UnifyGraphsOp>public java.lang.String getEntryType()
getEntryType in interface ModelSetpublic UnifyGraphsOpSet with(UnifyGraphsOp value)
public UnifyGraphsOpSet without(UnifyGraphsOp value)
public StringList getModifier()
public UnifyGraphsOpSet withModifier(java.lang.String value)
public booleanList getHasMatch()
public UnifyGraphsOpSet withHasMatch(boolean value)
public StringList getPatternObjectName()
public UnifyGraphsOpSet withPatternObjectName(java.lang.String value)
public booleanList getDoAllMatches()
public UnifyGraphsOpSet withDoAllMatches(boolean value)
public PatternSet getPattern()
public UnifyGraphsOpSet withPattern(Pattern value)
public UnifyGraphsOpPO startModelPattern()
public UnifyGraphsOpSet with(java.lang.Object value)
public UnifyGraphsOpPO hasUnifyGraphsOpPO()