| 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.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 |
EAttribute
A representation of the model object 'EAttribute'.
|
interface |
EClass
A representation of the model object 'EClass'.
|
interface |
EClassifier
A representation of the model object 'EClassifier'.
|
interface |
EcorePackage
The Package for the model.
|
interface |
EDataType
A representation of the model object 'EData Type'.
|
static interface |
EDataType.Internal
Internal API implemented by all data types.
|
interface |
EEnum
A representation of the model object 'EEnum'.
|
interface |
EEnumLiteral
A representation of the model object 'EEnum Literal'.
|
interface |
EOperation
A representation of the model object 'EOperation'.
|
static interface |
EOperation.Internal
Internal API implemented by all operations.
|
interface |
EPackage
A representation of the model object 'EPackage'.
|
interface |
EParameter
A representation of the model object 'EParameter'.
|
interface |
EReference
A representation of the model object 'EReference'.
|
interface |
EStructuralFeature
A representation of the model object 'EStructural Feature'.
|
static interface |
EStructuralFeature.Internal
Internal API implemented by all features.
|
interface |
ETypedElement
A representation of the model object 'ETyped Element'.
|
interface |
ETypeParameter
A representation of the model object 'EType Parameter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAttributeImpl
An implementation of the model object 'EAttribute'.
|
class |
EClassifierImpl
An implementation of the model object 'EMeta Object'.
|
class |
EClassImpl
An implementation of the model object 'EClass'.
|
class |
EcorePackageImpl
An implementation of the model Package.
|
class |
EDataTypeImpl
An implementation of the model object 'EData Type'.
|
class |
EEnumImpl
An implementation of the model object 'EEnum'.
|
class |
EEnumLiteralImpl
An implementation of the model object 'EEnum Literal'.
|
class |
ENamedElementImpl
An implementation of the model object 'ENamed Element'.
|
class |
EOperationImpl
An implementation of the model object 'EOperation'.
|
class |
EPackageImpl
An implementation of the model object 'EPackage'.
|
class |
EParameterImpl
An implementation of the model object 'EParameter'.
|
class |
EReferenceImpl
An implementation of the model object 'EReference'.
|
class |
EStructuralFeatureImpl
An implementation of the model object 'EStructural Feature'.
|
class |
ETypedElementImpl
An implementation of the model object 'ETyped Element'.
|
class |
ETypeParameterImpl
An implementation of the model object 'EType Parameter'.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
boolean[] path,
java.lang.String source,
java.lang.String[] details) |
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
boolean[] path,
java.lang.String source,
java.lang.String[] details,
URI[] references) |
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
int depth,
java.lang.String source,
java.lang.String[] details) |
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
int depth,
java.lang.String source,
java.lang.String[] details,
URI[] references) |
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
java.lang.String source,
java.lang.String[] details) |
protected void |
EPackageImpl.addAnnotation(ENamedElement eNamedElement,
java.lang.String source,
java.lang.String[] details,
URI[] references) |
| Modifier and Type | Method and Description |
|---|---|
T |
EcoreSwitch.caseENamedElement(ENamedElement object)
Returns the result of interpreting the object as an instance of 'ENamed Element'.
|
boolean |
EcoreValidator.validateENamedElement_WellFormedName(ENamedElement eNamedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the WellFormedName constraint of 'ENamed Element'.
|
boolean |
EcoreValidator.validateENamedElement(ENamedElement eNamedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLNamespacePackage
The Package for the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLNamespacePackageImpl
An implementation of the model Package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLTypePackage
The Package for the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLTypePackageImpl
An implementation of the model Package.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature