public class IterateOverEClassInstances extends ExtendOperation<org.eclipse.emf.ecore.EObject>
EClass instances without using an EMF-IncQuery Base indexer.| Constructor and Description |
|---|
IterateOverEClassInstances(int position,
org.eclipse.emf.ecore.EClass clazz,
java.util.Collection<org.eclipse.emf.ecore.EObject> allModelContents) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
getClazz() |
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 IterateOverEClassInstances(int position,
org.eclipse.emf.ecore.EClass clazz,
java.util.Collection<org.eclipse.emf.ecore.EObject> allModelContents)
public org.eclipse.emf.ecore.EClass getClazz()
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()