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, onBacktrack
public 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)
ISearchOperation
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<java.lang.Integer> getVariablePositions()