public interface IObjectsProvider
EObjects of a given EClass for
TheStateCoder| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.eclipse.emf.ecore.EObject> |
getEObjects(org.eclipse.emf.ecore.EClass eClass)
Returns the instances of an
EClass in a model. |
void |
init(org.eclipse.emf.common.notify.Notifier notifier,
StatecodingDependencyGraph statecodingDependencyGraph)
Initialize the
IObjectsProvider on a given model and StatecodingDependencyGraph. |
void init(org.eclipse.emf.common.notify.Notifier notifier,
StatecodingDependencyGraph statecodingDependencyGraph)
IObjectsProvider on a given model and StatecodingDependencyGraph.notifier - The root of the model.statecodingDependencyGraph - The state coding dependency graph.java.util.Collection<org.eclipse.emf.ecore.EObject> getEObjects(org.eclipse.emf.ecore.EClass eClass)
EClass in a model.eClass - The class of the objects.