blob: 45c5f08fe44fdadfe9ecf6baf2229d9ea6ea1b73 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2004,2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
Internal implementation of the MSL cross-reference index. This package should
not be used by clients of the MSL.
<h2>Package Specification</h2>
<p>
The cross-reference index is implemented on two levels:
<ul>
<li>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</li>
<li>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)</li>
</ul>
</p>
@canBeSeenBy org.eclipse.gmf.runtime.emf.core.*
</body>
</html>