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