public interface ESModelElementQuery extends ESRangeQuery<ESModelElementQuery>
ESRangeQuery, which allows to additionally
alter the results produced by the range query on selected elements.FACTORY| Modifier and Type | Method and Description |
|---|---|
void |
addModelElementId(ESModelElementId id)
Adds the ID of a model element that the query should filter for.
|
List<ESModelElementId> |
getModelElementIds()
Returns all model element IDs this query is filtering for.
|
void |
removeModelElementId(ESModelElementId id)
Removes the ID of a model element from this query.
|
getLowerLimit, getUpperLimit, isIncludeIncoming, isIncludeOutgoing, setIncludeIncoming, setIncludeOutgoing, setLowerLimit, setUpperLimitgetSource, isIncludeAllVersions, isIncludeChangePackages, setIncludeAllVersions, setIncludeChangePackages, setSourceList<ESModelElementId> getModelElementIds()
void addModelElementId(ESModelElementId id)
id - the ID of a model elementvoid removeModelElementId(ESModelElementId id)
id - the ID of the model element to be removedCopyright © 2017. All rights reserved.