Internal implementation of the MSL cross-reference index. This package should
not be used by clients of the MSL.
Package Specification
The cross-reference index is implemented on two levels:
- the {@link org.eclipse.gmf.runtime.emf.core.internal.index.MSLResourceIndexer}
maintains cross-references at the EMF
{@link org.eclipse.emf.ecore.resource.Resource} level: which resources
have elements referencing elements in which other resources
- the {@link org.eclipse.gmf.runtime.emf.core.internal.index.MSLObjectIndexer}
maintains cross-references at the EMF
{@link org.eclipse.emf.ecore.EObject} level: which model elements
reference which other model elements (in any resource)
@canBeSeenBy org.eclipse.gmf.runtime.emf.core.*