| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.base.api | |
| org.eclipse.incquery.runtime.base.core |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationHelper.addInstanceListener(java.util.Collection<org.eclipse.emf.ecore.EClass> classes,
InstanceListener listener)
The given
listener will be notified from now on whenever instances the given EClasses
(and any of their subtypes) are added to or removed from the model. |
void |
NavigationHelper.removeInstanceListener(java.util.Collection<org.eclipse.emf.ecore.EClass> classes,
InstanceListener listener)
Unregisters an instance listener for the given classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransitiveClosureHelperImpl
Implementation class for the
TransitiveClosureHelper. |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationHelperImpl.addInstanceListener(java.util.Collection<org.eclipse.emf.ecore.EClass> classes,
InstanceListener listener) |
void |
NavigationHelperImpl.removeInstanceListener(java.util.Collection<org.eclipse.emf.ecore.EClass> classes,
InstanceListener listener) |