| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.plugin |
Provides platform neutral integration with Eclipse.
|
| org.eclipse.emf.ecore.resource |
Provides an API for modeling abstract
persistent resources.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static EPackage.Registry |
EPackage.Registry.INSTANCE |
| Modifier and Type | Class and Description |
|---|---|
class |
EPackageRegistryImpl
An implementation of a package registry that can delegate failed lookup to another registry.
|
static class |
EPackageRegistryImpl.Delegator
A package registry implementation that delegates to a class loader specific registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected EPackage.Registry |
EPackageRegistryImpl.delegateRegistry
The delegate registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.ClassLoader,EPackage.Registry> |
EPackageRegistryImpl.classLoaderToRegistryMap
A map from class loader to its associated registry.
|
| Modifier and Type | Method and Description |
|---|---|
static EPackage.Registry |
EPackageRegistryImpl.createGlobalRegistry()
Creates the
instance of the global registry. |
protected EPackage.Registry |
EPackageRegistryImpl.Delegator.delegateRegistry() |
protected EPackage.Registry |
EPackageRegistryImpl.Delegator.delegateRegistry(java.lang.ClassLoader classLoader) |
static EPackage.Registry |
EPackageRegistryImpl.getRegistry(java.lang.ClassLoader classLoader)
Returns the package registry associated with the given class loader.
|
| Constructor and Description |
|---|
EPackageRegistryImpl(EPackage.Registry delegateRegistry)
Creates a delegating instance.
|
| Modifier and Type | Method and Description |
|---|---|
static EPackage.Registry |
EcorePlugin.getDefaultRegistryImplementation()
Returns the default registry implementation singleton.
|
| Modifier and Type | Method and Description |
|---|---|
EPackage.Registry |
ResourceSet.getPackageRegistry()
Returns the registry used for looking up a package based namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSet.setPackageRegistry(EPackage.Registry packageRegistry)
Set the registry used for looking up a package based namespace.
|
| Modifier and Type | Field and Description |
|---|---|
protected EPackage.Registry |
ResourceSetImpl.packageRegistry
The local package registry.
|
| Modifier and Type | Method and Description |
|---|---|
EPackage.Registry |
ResourceSetImpl.getPackageRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSetImpl.setPackageRegistry(EPackage.Registry packageRegistry) |
| Modifier and Type | Field and Description |
|---|---|
protected EPackage.Registry |
BasicExtendedMetaData.demandRegistry |
protected EPackage.Registry |
BasicExtendedMetaData.registry |
| Constructor and Description |
|---|
BasicExtendedMetaData(EPackage.Registry registry) |
BasicExtendedMetaData(java.lang.String annotationURI,
EPackage.Registry registry) |
BasicExtendedMetaData(java.lang.String annotationURI,
EPackage.Registry registry,
java.util.Map<EModelElement,EAnnotation> annotationMap) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature