| Modifier and Type | Field and Description |
|---|---|
static MatchSet |
EMPTY_SET |
| Constructor and Description |
|---|
MatchSet() |
MatchSet(java.util.Collection<Match> objects) |
MatchSet(Match... objects) |
| Modifier and Type | Method and Description |
|---|---|
MatchSet |
filterEndPos(int value)
Loop through the current set of Match objects and collect those Match objects where the endPos attribute matches the parameter value.
|
MatchSet |
filterEndPos(int lower,
int upper)
Loop through the current set of Match objects and collect those Match objects where the endPos attribute is between lower and upper.
|
MatchSet |
filterFullText(java.lang.String value)
Loop through the current set of Match objects and collect those Match objects where the fullText attribute matches the parameter value.
|
MatchSet |
filterFullText(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Match objects and collect those Match objects where the fullText attribute is between lower and upper.
|
MatchPO |
filterMatchPO() |
MatchSet |
filterMatchText(java.lang.String value)
Loop through the current set of Match objects and collect those Match objects where the matchText attribute matches the parameter value.
|
MatchSet |
filterMatchText(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Match objects and collect those Match objects where the matchText attribute is between lower and upper.
|
MatchSet |
filterModelObject(java.lang.Object value)
Loop through the current set of Match objects and collect those Match objects where the modelObject attribute matches the parameter value.
|
MatchSet |
filterStartPos(int value)
Loop through the current set of Match objects and collect those Match objects where the startPos attribute matches the parameter value.
|
MatchSet |
filterStartPos(int lower,
int upper)
Loop through the current set of Match objects and collect those Match objects where the startPos attribute is between lower and upper.
|
intList |
getEndPos() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getFullText() |
de.uniks.networkparser.list.StringList |
getMatchText() |
de.uniks.networkparser.list.ObjectSet |
getModelObject() |
MatchSet |
getParentMatch() |
MatchSet |
getParentMatchTransitive() |
PlaceHolderDescriptionSet |
getPlaceholder() |
intList |
getStartPos() |
MatchSet |
getSubMatches() |
MatchSet |
getSubMatchesTransitive() |
TemplateSet |
getTemplate() |
MatchSet |
hasEndPos(int value) |
MatchSet |
hasEndPos(int lower,
int upper) |
MatchSet |
hasFullText(java.lang.String value) |
MatchSet |
hasFullText(java.lang.String lower,
java.lang.String upper) |
MatchPO |
hasMatchPO() |
MatchSet |
hasMatchText(java.lang.String value) |
MatchSet |
hasMatchText(java.lang.String lower,
java.lang.String upper) |
MatchSet |
hasModelObject(java.lang.Object value) |
MatchSet |
hasParentMatch(java.lang.Object value) |
MatchSet |
hasPlaceholder(java.lang.Object value) |
MatchSet |
hasStartPos(int value) |
MatchSet |
hasStartPos(int lower,
int upper) |
MatchSet |
hasSubMatches(java.lang.Object value) |
MatchSet |
hasTemplate(java.lang.Object value) |
MatchSet |
with(java.lang.Object value) |
MatchSet |
withEndPos(int value) |
MatchSet |
withFullText(java.lang.String value) |
MatchSet |
withMatchText(java.lang.String value) |
MatchSet |
withModelObject(java.lang.Object value) |
MatchSet |
without(Match value) |
MatchSet |
withoutSubMatches(Match value) |
MatchSet |
withParentMatch(Match value) |
MatchSet |
withPlaceholder(PlaceHolderDescription value) |
MatchSet |
withStartPos(int value) |
MatchSet |
withSubMatches(Match value) |
MatchSet |
withTemplate(Template value) |
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, getTypClass, 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, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final MatchSet EMPTY_SET
public MatchSet()
public MatchSet(Match... objects)
public MatchSet(java.util.Collection<Match> objects)
public MatchPO hasMatchPO()
public MatchSet with(java.lang.Object value)
public intList getStartPos()
public MatchSet hasStartPos(int value)
public MatchSet hasStartPos(int lower, int upper)
public MatchSet withStartPos(int value)
public intList getEndPos()
public MatchSet hasEndPos(int value)
public MatchSet hasEndPos(int lower, int upper)
public MatchSet withEndPos(int value)
public de.uniks.networkparser.list.StringList getFullText()
public MatchSet hasFullText(java.lang.String value)
public MatchSet hasFullText(java.lang.String lower, java.lang.String upper)
public MatchSet withFullText(java.lang.String value)
public de.uniks.networkparser.list.StringList getMatchText()
public MatchSet hasMatchText(java.lang.String value)
public MatchSet hasMatchText(java.lang.String lower, java.lang.String upper)
public MatchSet withMatchText(java.lang.String value)
public de.uniks.networkparser.list.ObjectSet getModelObject()
public MatchSet hasModelObject(java.lang.Object value)
public MatchSet withModelObject(java.lang.Object value)
public TemplateSet getTemplate()
public MatchSet hasTemplate(java.lang.Object value)
public PlaceHolderDescriptionSet getPlaceholder()
public MatchSet hasPlaceholder(java.lang.Object value)
public MatchSet withPlaceholder(PlaceHolderDescription value)
public MatchSet getSubMatches()
public MatchSet hasSubMatches(java.lang.Object value)
public MatchSet getSubMatchesTransitive()
public MatchSet getParentMatch()
public MatchSet hasParentMatch(java.lang.Object value)
public MatchSet getParentMatchTransitive()
public MatchPO filterMatchPO()
public java.lang.String getEntryType()
public MatchSet filterStartPos(int value)
value - Search valuepublic MatchSet filterStartPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic MatchSet filterEndPos(int value)
value - Search valuepublic MatchSet filterEndPos(int lower, int upper)
lower - Lower boundupper - Upper boundpublic MatchSet filterFullText(java.lang.String value)
value - Search valuepublic MatchSet filterFullText(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic MatchSet filterMatchText(java.lang.String value)
value - Search valuepublic MatchSet filterMatchText(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic MatchSet filterModelObject(java.lang.Object value)
value - Search value