| 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.resource.impl |
Provides an implementation of the resource API.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| org.eclipse.emf.ecore.xml.namespace | |
| org.eclipse.emf.ecore.xml.namespace.impl | |
| org.eclipse.emf.ecore.xml.type | |
| org.eclipse.emf.ecore.xml.type.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EcoreFactory
The Factory for the model.
|
| Modifier and Type | Method and Description |
|---|---|
EFactory |
EcoreFactory.createEFactory()
Returns a new object of class 'EFactory'.
|
EFactory |
EPackage.Descriptor.getEFactory()
Returns the factory.
|
EFactory |
EPackage.Registry.getEFactory(java.lang.String nsURI)
Looks up the value in the map, converting
EPackage.Descriptor objects to EFactory objects on demand. |
EFactory |
EPackage.getEFactoryInstance()
Returns the value of the 'EFactory Instance' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPackage.setEFactoryInstance(EFactory value)
Sets the value of the '
EFactory Instance' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcoreFactoryImpl
An implementation of the model Factory.
|
class |
EFactoryImpl
An implementation of the model object 'EFactory'.
|
| Modifier and Type | Field and Description |
|---|---|
protected EFactory |
EStructuralFeatureImpl.defaultValueFactory |
protected EFactory |
EStructuralFeatureImpl.SimpleContentFeatureMapEntry.eFactory |
protected EFactory |
EPackageImpl.eFactoryInstance
The cached value of the '
EFactory Instance' reference. |
| Modifier and Type | Method and Description |
|---|---|
EFactory |
EcoreFactoryImpl.createEFactory() |
protected EFactory |
EPackageRegistryImpl.delegatedGetEFactory(java.lang.String nsURI)
Returns the factory from the delegate registry, if there is one.
|
EFactory |
EPackageRegistryImpl.getEFactory(java.lang.String nsURI) |
EFactory |
EPackageRegistryImpl.Delegator.getEFactory(java.lang.String key) |
EFactory |
EPackageImpl.getEFactoryInstance() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
EPackageImpl.basicSetEFactoryInstance(EFactory newEFactoryInstance,
NotificationChain msgs) |
void |
EPackageImpl.setEFactoryInstance(EFactory newEFactoryInstance) |
| Constructor and Description |
|---|
EPackageImpl(EFactory eFactory)
Creates an instance with a factory.
|
EPackageImpl(java.lang.String packageURI,
EFactory factory)
Creates a
registered instance with a factory. |
| Modifier and Type | Field and Description |
|---|---|
EFactory |
BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData.eFactory |
EFactory |
BinaryResourceImpl.EObjectInputStream.EClassData.eFactory |
EFactory |
BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData.eFactory |
| Modifier and Type | Method and Description |
|---|---|
T |
EcoreSwitch.caseEFactory(EFactory object)
Returns the result of interpreting the object as an instance of 'EFactory'.
|
boolean |
EcoreValidator.validateEFactory(EFactory eFactory,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLNamespaceFactory
The Factory for the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLNamespaceFactoryImpl
An implementation of the model Factory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLTypeFactory
The Factory for the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTypeFactoryImpl
An implementation of the model Factory.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature