| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EAttribute
A representation of the model object 'EAttribute'.
|
interface |
EOperation
A representation of the model object 'EOperation'.
|
static interface |
EOperation.Internal
Internal API implemented by all operations.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAttributeImpl
An implementation of the model object 'EAttribute'.
|
class |
EOperationImpl
An implementation of the model object 'EOperation'.
|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
EcoreSwitch.caseETypedElement(ETypedElement object)
Returns the result of interpreting the object as an instance of 'ETyped Element'.
|
boolean |
EcoreValidator.validateETypedElement_ConsistentBounds(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ConsistentBounds constraint of 'ETyped Element'.
|
boolean |
EcoreValidator.validateETypedElement_ValidLowerBound(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidLowerBound constraint of 'ETyped Element'.
|
boolean |
EcoreValidator.validateETypedElement_ValidType(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidType constraint of 'ETyped Element'.
|
boolean |
EcoreValidator.validateETypedElement_ValidUpperBound(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the ValidUpperBound constraint of 'ETyped Element'.
|
boolean |
EcoreValidator.validateETypedElement(ETypedElement eTypedElement,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature