Interface AllocationPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
AllocationPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL/LPG'"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Allocation
' class.static final int
The feature id for the 'Allocation Contexts Allocation' containment reference list.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'System Allocation' reference.static final int
The feature id for the 'Target Resource Environment Allocation' reference.static final int
The meta object id for the 'Context
' class.static final int
The feature id for the 'Allocation Allocation Context' container reference.static final int
The feature id for the 'Assembly Context Allocation Context' reference.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Event Channel Allocation Context' reference.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Resource Container Allocation Context' reference.static final int
The number of structural features of the 'Context' class.static final int
The number of structural features of the 'Allocation' class.static final String
static final AllocationPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Allocation
'.Returns the meta object for the containment reference list 'Allocation Contexts Allocation
'.Returns the meta object for the reference 'System Allocation
'.Returns the meta object for the reference 'Target Resource Environment Allocation
'.Returns the meta object for class 'Context
'.Returns the meta object for the container reference 'Allocation Allocation Context
'.Returns the meta object for the reference 'Assembly Context Allocation Context
'.Returns the meta object for the reference 'Event Channel Allocation Context
'.Returns the meta object for the reference 'Resource Container Allocation Context
'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ALLOCATION_CONTEXT
static final int ALLOCATION_CONTEXTThe meta object id for the 'Context
' class.- See Also:
- Generated class or method.
-
ALLOCATION_CONTEXT__ID
static final int ALLOCATION_CONTEXT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT__ENTITY_NAME
static final int ALLOCATION_CONTEXT__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT__RESOURCE_CONTAINER_ALLOCATION_CONTEXT
static final int ALLOCATION_CONTEXT__RESOURCE_CONTAINER_ALLOCATION_CONTEXTThe feature id for the 'Resource Container Allocation Context' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT__ASSEMBLY_CONTEXT_ALLOCATION_CONTEXT
static final int ALLOCATION_CONTEXT__ASSEMBLY_CONTEXT_ALLOCATION_CONTEXTThe feature id for the 'Assembly Context Allocation Context' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT__ALLOCATION_ALLOCATION_CONTEXT
static final int ALLOCATION_CONTEXT__ALLOCATION_ALLOCATION_CONTEXTThe feature id for the 'Allocation Allocation Context' container reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT__EVENT_CHANNEL_ALLOCATION_CONTEXT
static final int ALLOCATION_CONTEXT__EVENT_CHANNEL_ALLOCATION_CONTEXTThe feature id for the 'Event Channel Allocation Context' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_CONTEXT_FEATURE_COUNT
static final int ALLOCATION_CONTEXT_FEATURE_COUNTThe number of structural features of the 'Context' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION
static final int ALLOCATIONThe meta object id for the 'Allocation
' class.- See Also:
- Generated class or method.
-
ALLOCATION__ID
static final int ALLOCATION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION__ENTITY_NAME
static final int ALLOCATION__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION__TARGET_RESOURCE_ENVIRONMENT_ALLOCATION
static final int ALLOCATION__TARGET_RESOURCE_ENVIRONMENT_ALLOCATIONThe feature id for the 'Target Resource Environment Allocation' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION__SYSTEM_ALLOCATION
static final int ALLOCATION__SYSTEM_ALLOCATIONThe feature id for the 'System Allocation' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION__ALLOCATION_CONTEXTS_ALLOCATION
static final int ALLOCATION__ALLOCATION_CONTEXTS_ALLOCATIONThe feature id for the 'Allocation Contexts Allocation' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ALLOCATION_FEATURE_COUNT
static final int ALLOCATION_FEATURE_COUNTThe number of structural features of the 'Allocation' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getAllocationContext
EClass getAllocationContext()Returns the meta object for class 'Context
'.- Returns:
- the meta object for class 'Context'.
- See Also:
- Generated class or method.
-
getAllocationContext_ResourceContainer_AllocationContext
EReference getAllocationContext_ResourceContainer_AllocationContext()Returns the meta object for the reference 'Resource Container Allocation Context
'.- Returns:
- the meta object for the reference 'Resource Container Allocation Context'.
- See Also:
- Generated class or method.
-
getAllocationContext_AssemblyContext_AllocationContext
EReference getAllocationContext_AssemblyContext_AllocationContext()Returns the meta object for the reference 'Assembly Context Allocation Context
'.- Returns:
- the meta object for the reference 'Assembly Context Allocation Context'.
- See Also:
- Generated class or method.
-
getAllocationContext_Allocation_AllocationContext
EReference getAllocationContext_Allocation_AllocationContext()Returns the meta object for the container reference 'Allocation Allocation Context
'.- Returns:
- the meta object for the container reference 'Allocation Allocation Context'.
- See Also:
- Generated class or method.
-
getAllocationContext_EventChannel__AllocationContext
EReference getAllocationContext_EventChannel__AllocationContext()Returns the meta object for the reference 'Event Channel Allocation Context
'.- Returns:
- the meta object for the reference 'Event Channel Allocation Context'.
- See Also:
- Generated class or method.
-
getAllocation
EClass getAllocation()Returns the meta object for class 'Allocation
'.- Returns:
- the meta object for class 'Allocation'.
- See Also:
- Generated class or method.
-
getAllocation_TargetResourceEnvironment_Allocation
EReference getAllocation_TargetResourceEnvironment_Allocation()Returns the meta object for the reference 'Target Resource Environment Allocation
'.- Returns:
- the meta object for the reference 'Target Resource Environment Allocation'.
- See Also:
- Generated class or method.
-
getAllocation_System_Allocation
EReference getAllocation_System_Allocation()Returns the meta object for the reference 'System Allocation
'.- Returns:
- the meta object for the reference 'System Allocation'.
- See Also:
- Generated class or method.
-
getAllocation_AllocationContexts_Allocation
EReference getAllocation_AllocationContexts_Allocation()Returns the meta object for the containment reference list 'Allocation Contexts Allocation
'.- Returns:
- the meta object for the containment reference list 'Allocation Contexts Allocation'.
- See Also:
- Generated class or method.
-
getAllocationFactory
AllocationFactory getAllocationFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-