public class IterateOverEDatatypeInstances extends ExtendOperation<java.lang.Object>
EDataType instances without using an EMF-IncQuery Base indexer.| Constructor and Description |
|---|
IterateOverEDatatypeInstances(int position,
org.eclipse.emf.ecore.EDataType dataType,
java.util.Collection<org.eclipse.emf.ecore.EObject> allModelContents,
IQueryBackend backend) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EDataType |
getDataType() |
java.util.List<java.lang.Integer> |
getVariablePositions() |
void |
onInitialize(MatchingFrame frame,
ISearchContext context)
During the execution of the corresponding plan, the onInitialize callback is evaluated before the execution of
the operation may begin.
|
java.lang.String |
toString() |
execute, onBacktrackpublic IterateOverEDatatypeInstances(int position,
org.eclipse.emf.ecore.EDataType dataType,
java.util.Collection<org.eclipse.emf.ecore.EObject> allModelContents,
IQueryBackend backend)
public org.eclipse.emf.ecore.EDataType getDataType()
public void onInitialize(MatchingFrame frame, ISearchContext context)
ISearchOperationpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<java.lang.Integer> getVariablePositions()