Interface AssemblyPackage
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AssemblyPackageImpl
public interface AssemblyPackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
AssemblyFactory
- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AssemblyPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type -
Field Summary
Fields Modifier and Type Field Description static int
ASSEMBLY_COMPONENT
The meta object id for the 'Component
' class.static int
ASSEMBLY_COMPONENT__COMPONENT_TYPE
The feature id for the 'Component Type' reference.static int
ASSEMBLY_COMPONENT__CONTAINED_COMPONENTS
The feature id for the 'Contained Components' reference list.static int
ASSEMBLY_COMPONENT__OPERATIONS
The feature id for the 'Operations' map.static int
ASSEMBLY_COMPONENT__PROVIDED_INTERFACES
The feature id for the 'Provided Interfaces' map.static int
ASSEMBLY_COMPONENT__REQUIRED_INTERFACES
The feature id for the 'Required Interfaces' containment reference list.static int
ASSEMBLY_COMPONENT__SIGNATURE
The feature id for the 'Signature' attribute.static int
ASSEMBLY_COMPONENT__STORAGES
The feature id for the 'Storages' map.static int
ASSEMBLY_COMPONENT_FEATURE_COUNT
The number of structural features of the 'Component' class.static int
ASSEMBLY_COMPONENT_OPERATION_COUNT
The number of operations of the 'Component' class.static int
ASSEMBLY_MODEL
The meta object id for the 'Model
' class.static int
ASSEMBLY_MODEL__COMPONENTS
The feature id for the 'Components' map.static int
ASSEMBLY_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.static int
ASSEMBLY_MODEL_OPERATION_COUNT
The number of operations of the 'Model' class.static int
ASSEMBLY_OPERATION
The meta object id for the 'Operation
' class.static int
ASSEMBLY_OPERATION___GET_COMPONENT
The operation id for the 'Get Component' operation.static int
ASSEMBLY_OPERATION__OPERATION_TYPE
The feature id for the 'Operation Type' reference.static int
ASSEMBLY_OPERATION_FEATURE_COUNT
The number of structural features of the 'Operation' class.static int
ASSEMBLY_OPERATION_OPERATION_COUNT
The number of operations of the 'Operation' class.static int
ASSEMBLY_PROVIDED_INTERFACE
The meta object id for the 'Provided Interface
' class.static int
ASSEMBLY_PROVIDED_INTERFACE__PROVIDED_INTERFACE_TYPE
The feature id for the 'Provided Interface Type' reference.static int
ASSEMBLY_PROVIDED_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Provided Interface' class.static int
ASSEMBLY_PROVIDED_INTERFACE_OPERATION_COUNT
The number of operations of the 'Provided Interface' class.static int
ASSEMBLY_REQUIRED_INTERFACE
The meta object id for the 'Required Interface
' class.static int
ASSEMBLY_REQUIRED_INTERFACE__REQUIRED_INTERFACE_TYPE
The feature id for the 'Required Interface Type' reference.static int
ASSEMBLY_REQUIRED_INTERFACE__REQUIRES
The feature id for the 'Requires' reference.static int
ASSEMBLY_REQUIRED_INTERFACE_FEATURE_COUNT
The number of structural features of the 'Required Interface' class.static int
ASSEMBLY_REQUIRED_INTERFACE_OPERATION_COUNT
The number of operations of the 'Required Interface' class.static int
ASSEMBLY_STORAGE
The meta object id for the 'Storage
' class.static int
ASSEMBLY_STORAGE___GET_COMPONENT
The operation id for the 'Get Component' operation.static int
ASSEMBLY_STORAGE__STORAGE_TYPE
The feature id for the 'Storage Type' reference.static int
ASSEMBLY_STORAGE_FEATURE_COUNT
The number of structural features of the 'Storage' class.static int
ASSEMBLY_STORAGE_OPERATION_COUNT
The number of operations of the 'Storage' class.static AssemblyPackage
eINSTANCE
The singleton instance of the package.static java.lang.String
eNAME
The package name.static java.lang.String
eNS_PREFIX
The package namespace name.static java.lang.String
eNS_URI
The package namespace URI.static int
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY
The meta object id for the 'EString To Assembly Component Map Entry
' class.static int
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.static int
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.static int
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Assembly Component Map Entry' class.static int
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Assembly Component Map Entry' class.static int
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY
The meta object id for the 'EString To Assembly Operation Map Entry
' class.static int
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.static int
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.static int
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Assembly Operation Map Entry' class.static int
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Assembly Operation Map Entry' class.static int
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY
The meta object id for the 'EString To Assembly Provided Interface Map Entry
' class.static int
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.static int
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.static int
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Assembly Provided Interface Map Entry' class.static int
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Assembly Provided Interface Map Entry' class.static int
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY
The meta object id for the 'EString To Assembly Storage Map Entry
' class.static int
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.static int
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.static int
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Assembly Storage Map Entry' class.static int
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Assembly Storage Map Entry' class. -
Method Summary
Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getAssemblyComponent()
Returns the meta object for class 'Component
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_ComponentType()
Returns the meta object for the reference 'Component Type
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_ContainedComponents()
Returns the meta object for the reference list 'Contained Components
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_Operations()
Returns the meta object for the map 'Operations
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_ProvidedInterfaces()
Returns the meta object for the map 'Provided Interfaces
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_RequiredInterfaces()
Returns the meta object for the containment reference list 'Required Interfaces
'.org.eclipse.emf.ecore.EAttribute
getAssemblyComponent_Signature()
Returns the meta object for the attribute 'Signature
'.org.eclipse.emf.ecore.EReference
getAssemblyComponent_Storages()
Returns the meta object for the map 'Storages
'.AssemblyFactory
getAssemblyFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getAssemblyModel()
Returns the meta object for class 'Model
'.org.eclipse.emf.ecore.EReference
getAssemblyModel_Components()
Returns the meta object for the map 'Components
'.org.eclipse.emf.ecore.EClass
getAssemblyOperation()
Returns the meta object for class 'Operation
'.org.eclipse.emf.ecore.EOperation
getAssemblyOperation__GetComponent()
Returns the meta object for the 'Get Component
' operation.org.eclipse.emf.ecore.EReference
getAssemblyOperation_OperationType()
Returns the meta object for the reference 'Operation Type
'.org.eclipse.emf.ecore.EClass
getAssemblyProvidedInterface()
Returns the meta object for class 'Provided Interface
'.org.eclipse.emf.ecore.EReference
getAssemblyProvidedInterface_ProvidedInterfaceType()
Returns the meta object for the reference 'Provided Interface Type
'.org.eclipse.emf.ecore.EClass
getAssemblyRequiredInterface()
Returns the meta object for class 'Required Interface
'.org.eclipse.emf.ecore.EReference
getAssemblyRequiredInterface_RequiredInterfaceType()
Returns the meta object for the reference 'Required Interface Type
'.org.eclipse.emf.ecore.EReference
getAssemblyRequiredInterface_Requires()
Returns the meta object for the reference 'Requires
'.org.eclipse.emf.ecore.EClass
getAssemblyStorage()
Returns the meta object for class 'Storage
'.org.eclipse.emf.ecore.EOperation
getAssemblyStorage__GetComponent()
Returns the meta object for the 'Get Component
' operation.org.eclipse.emf.ecore.EReference
getAssemblyStorage_StorageType()
Returns the meta object for the reference 'Storage Type
'.org.eclipse.emf.ecore.EClass
getEStringToAssemblyComponentMapEntry()
Returns the meta object for class 'EString To Assembly Component Map Entry
'.org.eclipse.emf.ecore.EAttribute
getEStringToAssemblyComponentMapEntry_Key()
Returns the meta object for the attribute 'Key
'.org.eclipse.emf.ecore.EReference
getEStringToAssemblyComponentMapEntry_Value()
Returns the meta object for the containment reference 'Value
'.org.eclipse.emf.ecore.EClass
getEStringToAssemblyOperationMapEntry()
Returns the meta object for class 'EString To Assembly Operation Map Entry
'.org.eclipse.emf.ecore.EAttribute
getEStringToAssemblyOperationMapEntry_Key()
Returns the meta object for the attribute 'Key
'.org.eclipse.emf.ecore.EReference
getEStringToAssemblyOperationMapEntry_Value()
Returns the meta object for the containment reference 'Value
'.org.eclipse.emf.ecore.EClass
getEStringToAssemblyProvidedInterfaceMapEntry()
Returns the meta object for class 'EString To Assembly Provided Interface Map Entry
'.org.eclipse.emf.ecore.EAttribute
getEStringToAssemblyProvidedInterfaceMapEntry_Key()
Returns the meta object for the attribute 'Key
'.org.eclipse.emf.ecore.EReference
getEStringToAssemblyProvidedInterfaceMapEntry_Value()
Returns the meta object for the containment reference 'Value
'.org.eclipse.emf.ecore.EClass
getEStringToAssemblyStorageMapEntry()
Returns the meta object for class 'EString To Assembly Storage Map Entry
'.org.eclipse.emf.ecore.EAttribute
getEStringToAssemblyStorageMapEntry_Key()
Returns the meta object for the attribute 'Key
'.org.eclipse.emf.ecore.EReference
getEStringToAssemblyStorageMapEntry_Value()
Returns the meta object for the containment reference 'Value
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Field Details
-
eNAME
static final java.lang.String eNAMEThe package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URIThe package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIXThe package namespace name.- See Also:
- Constant Field Values
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
ASSEMBLY_MODEL
static final int ASSEMBLY_MODELThe meta object id for the 'Model
' class.- See Also:
AssemblyModelImpl
,AssemblyPackageImpl.getAssemblyModel()
, Constant Field Values- Generated:
-
ASSEMBLY_MODEL__COMPONENTS
static final int ASSEMBLY_MODEL__COMPONENTSThe feature id for the 'Components' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_MODEL_FEATURE_COUNT
static final int ASSEMBLY_MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_MODEL_OPERATION_COUNT
static final int ASSEMBLY_MODEL_OPERATION_COUNTThe number of operations of the 'Model' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY
static final int ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRYThe meta object id for the 'EString To Assembly Component Map Entry
' class. -
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEY
static final int ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUE
static final int ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_FEATURE_COUNTThe number of structural features of the 'EString To Assembly Component Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_OPERATION_COUNT
static final int ESTRING_TO_ASSEMBLY_COMPONENT_MAP_ENTRY_OPERATION_COUNTThe number of operations of the 'EString To Assembly Component Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT
static final int ASSEMBLY_COMPONENTThe meta object id for the 'Component
' class.- See Also:
AssemblyComponentImpl
,AssemblyPackageImpl.getAssemblyComponent()
, Constant Field Values- Generated:
-
ASSEMBLY_COMPONENT__OPERATIONS
static final int ASSEMBLY_COMPONENT__OPERATIONSThe feature id for the 'Operations' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__COMPONENT_TYPE
static final int ASSEMBLY_COMPONENT__COMPONENT_TYPEThe feature id for the 'Component Type' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__STORAGES
static final int ASSEMBLY_COMPONENT__STORAGESThe feature id for the 'Storages' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__CONTAINED_COMPONENTS
static final int ASSEMBLY_COMPONENT__CONTAINED_COMPONENTSThe feature id for the 'Contained Components' reference list.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__PROVIDED_INTERFACES
static final int ASSEMBLY_COMPONENT__PROVIDED_INTERFACESThe feature id for the 'Provided Interfaces' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__REQUIRED_INTERFACES
static final int ASSEMBLY_COMPONENT__REQUIRED_INTERFACESThe feature id for the 'Required Interfaces' containment reference list.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT__SIGNATURE
static final int ASSEMBLY_COMPONENT__SIGNATUREThe feature id for the 'Signature' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT_FEATURE_COUNT
static final int ASSEMBLY_COMPONENT_FEATURE_COUNTThe number of structural features of the 'Component' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_COMPONENT_OPERATION_COUNT
static final int ASSEMBLY_COMPONENT_OPERATION_COUNTThe number of operations of the 'Component' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY
static final int ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRYThe meta object id for the 'EString To Assembly Operation Map Entry
' class. -
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEY
static final int ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUE
static final int ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_FEATURE_COUNTThe number of structural features of the 'EString To Assembly Operation Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_OPERATION_COUNT
static final int ESTRING_TO_ASSEMBLY_OPERATION_MAP_ENTRY_OPERATION_COUNTThe number of operations of the 'EString To Assembly Operation Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_OPERATION
static final int ASSEMBLY_OPERATIONThe meta object id for the 'Operation
' class.- See Also:
AssemblyOperationImpl
,AssemblyPackageImpl.getAssemblyOperation()
, Constant Field Values- Generated:
-
ASSEMBLY_OPERATION__OPERATION_TYPE
static final int ASSEMBLY_OPERATION__OPERATION_TYPEThe feature id for the 'Operation Type' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_OPERATION_FEATURE_COUNT
static final int ASSEMBLY_OPERATION_FEATURE_COUNTThe number of structural features of the 'Operation' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_OPERATION___GET_COMPONENT
static final int ASSEMBLY_OPERATION___GET_COMPONENTThe operation id for the 'Get Component' operation.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_OPERATION_OPERATION_COUNT
static final int ASSEMBLY_OPERATION_OPERATION_COUNTThe number of operations of the 'Operation' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_STORAGE
static final int ASSEMBLY_STORAGEThe meta object id for the 'Storage
' class.- See Also:
AssemblyStorageImpl
,AssemblyPackageImpl.getAssemblyStorage()
, Constant Field Values- Generated:
-
ASSEMBLY_STORAGE__STORAGE_TYPE
static final int ASSEMBLY_STORAGE__STORAGE_TYPEThe feature id for the 'Storage Type' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_STORAGE_FEATURE_COUNT
static final int ASSEMBLY_STORAGE_FEATURE_COUNTThe number of structural features of the 'Storage' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_STORAGE___GET_COMPONENT
static final int ASSEMBLY_STORAGE___GET_COMPONENTThe operation id for the 'Get Component' operation.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_STORAGE_OPERATION_COUNT
static final int ASSEMBLY_STORAGE_OPERATION_COUNTThe number of operations of the 'Storage' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY
static final int ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRYThe meta object id for the 'EString To Assembly Storage Map Entry
' class. -
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__KEY
static final int ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__VALUE
static final int ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_FEATURE_COUNTThe number of structural features of the 'EString To Assembly Storage Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_OPERATION_COUNT
static final int ESTRING_TO_ASSEMBLY_STORAGE_MAP_ENTRY_OPERATION_COUNTThe number of operations of the 'EString To Assembly Storage Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_PROVIDED_INTERFACE
static final int ASSEMBLY_PROVIDED_INTERFACEThe meta object id for the 'Provided Interface
' class.- See Also:
AssemblyProvidedInterfaceImpl
,AssemblyPackageImpl.getAssemblyProvidedInterface()
, Constant Field Values- Generated:
-
ASSEMBLY_PROVIDED_INTERFACE__PROVIDED_INTERFACE_TYPE
static final int ASSEMBLY_PROVIDED_INTERFACE__PROVIDED_INTERFACE_TYPEThe feature id for the 'Provided Interface Type' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_PROVIDED_INTERFACE_FEATURE_COUNT
static final int ASSEMBLY_PROVIDED_INTERFACE_FEATURE_COUNTThe number of structural features of the 'Provided Interface' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_PROVIDED_INTERFACE_OPERATION_COUNT
static final int ASSEMBLY_PROVIDED_INTERFACE_OPERATION_COUNTThe number of operations of the 'Provided Interface' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY
static final int ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRYThe meta object id for the 'EString To Assembly Provided Interface Map Entry
' class. -
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__KEY
static final int ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__VALUE
static final int ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_FEATURE_COUNTThe number of structural features of the 'EString To Assembly Provided Interface Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_OPERATION_COUNT
static final int ESTRING_TO_ASSEMBLY_PROVIDED_INTERFACE_MAP_ENTRY_OPERATION_COUNTThe number of operations of the 'EString To Assembly Provided Interface Map Entry' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_REQUIRED_INTERFACE
static final int ASSEMBLY_REQUIRED_INTERFACEThe meta object id for the 'Required Interface
' class.- See Also:
AssemblyRequiredInterfaceImpl
,AssemblyPackageImpl.getAssemblyRequiredInterface()
, Constant Field Values- Generated:
-
ASSEMBLY_REQUIRED_INTERFACE__REQUIRES
static final int ASSEMBLY_REQUIRED_INTERFACE__REQUIRESThe feature id for the 'Requires' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_REQUIRED_INTERFACE__REQUIRED_INTERFACE_TYPE
static final int ASSEMBLY_REQUIRED_INTERFACE__REQUIRED_INTERFACE_TYPEThe feature id for the 'Required Interface Type' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_REQUIRED_INTERFACE_FEATURE_COUNT
static final int ASSEMBLY_REQUIRED_INTERFACE_FEATURE_COUNTThe number of structural features of the 'Required Interface' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
ASSEMBLY_REQUIRED_INTERFACE_OPERATION_COUNT
static final int ASSEMBLY_REQUIRED_INTERFACE_OPERATION_COUNTThe number of operations of the 'Required Interface' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
-
Method Details
-
getAssemblyModel
org.eclipse.emf.ecore.EClass getAssemblyModel()Returns the meta object for class 'Model
'.- Returns:
- the meta object for class 'Model'.
- See Also:
AssemblyModel
- Generated:
-
getAssemblyModel_Components
org.eclipse.emf.ecore.EReference getAssemblyModel_Components()Returns the meta object for the map 'Components
'.- Returns:
- the meta object for the map 'Components'.
- See Also:
AssemblyModel.getComponents()
,getAssemblyModel()
- Generated:
-
getEStringToAssemblyComponentMapEntry
org.eclipse.emf.ecore.EClass getEStringToAssemblyComponentMapEntry()Returns the meta object for class 'EString To Assembly Component Map Entry
'.- Returns:
- the meta object for class 'EString To Assembly Component Map Entry'.
- See Also:
Map.Entry
- Generated:
- Model:
- keyDataType="org.eclipse.emf.ecore.EString" valueType="kieker.model.analysismodel.assembly.AssemblyComponent" valueContainment="true"
-
getEStringToAssemblyComponentMapEntry_Key
org.eclipse.emf.ecore.EAttribute getEStringToAssemblyComponentMapEntry_Key()Returns the meta object for the attribute 'Key
'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Map.Entry
,getEStringToAssemblyComponentMapEntry()
- Generated:
-
getEStringToAssemblyComponentMapEntry_Value
org.eclipse.emf.ecore.EReference getEStringToAssemblyComponentMapEntry_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
Map.Entry
,getEStringToAssemblyComponentMapEntry()
- Generated:
-
getAssemblyComponent
org.eclipse.emf.ecore.EClass getAssemblyComponent()Returns the meta object for class 'Component
'.- Returns:
- the meta object for class 'Component'.
- See Also:
AssemblyComponent
- Generated:
-
getAssemblyComponent_Operations
org.eclipse.emf.ecore.EReference getAssemblyComponent_Operations()Returns the meta object for the map 'Operations
'.- Returns:
- the meta object for the map 'Operations'.
- See Also:
AssemblyComponent.getOperations()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_ComponentType
org.eclipse.emf.ecore.EReference getAssemblyComponent_ComponentType()Returns the meta object for the reference 'Component Type
'.- Returns:
- the meta object for the reference 'Component Type'.
- See Also:
AssemblyComponent.getComponentType()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_Storages
org.eclipse.emf.ecore.EReference getAssemblyComponent_Storages()Returns the meta object for the map 'Storages
'.- Returns:
- the meta object for the map 'Storages'.
- See Also:
AssemblyComponent.getStorages()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_ContainedComponents
org.eclipse.emf.ecore.EReference getAssemblyComponent_ContainedComponents()Returns the meta object for the reference list 'Contained Components
'.- Returns:
- the meta object for the reference list 'Contained Components'.
- See Also:
AssemblyComponent.getContainedComponents()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_ProvidedInterfaces
org.eclipse.emf.ecore.EReference getAssemblyComponent_ProvidedInterfaces()Returns the meta object for the map 'Provided Interfaces
'.- Returns:
- the meta object for the map 'Provided Interfaces'.
- See Also:
AssemblyComponent.getProvidedInterfaces()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_RequiredInterfaces
org.eclipse.emf.ecore.EReference getAssemblyComponent_RequiredInterfaces()Returns the meta object for the containment reference list 'Required Interfaces
'.- Returns:
- the meta object for the containment reference list 'Required Interfaces'.
- See Also:
AssemblyComponent.getRequiredInterfaces()
,getAssemblyComponent()
- Generated:
-
getAssemblyComponent_Signature
org.eclipse.emf.ecore.EAttribute getAssemblyComponent_Signature()Returns the meta object for the attribute 'Signature
'.- Returns:
- the meta object for the attribute 'Signature'.
- See Also:
AssemblyComponent.getSignature()
,getAssemblyComponent()
- Generated:
-
getEStringToAssemblyOperationMapEntry
org.eclipse.emf.ecore.EClass getEStringToAssemblyOperationMapEntry()Returns the meta object for class 'EString To Assembly Operation Map Entry
'.- Returns:
- the meta object for class 'EString To Assembly Operation Map Entry'.
- See Also:
Map.Entry
- Generated:
- Model:
- keyDataType="org.eclipse.emf.ecore.EString" valueType="kieker.model.analysismodel.assembly.AssemblyOperation" valueContainment="true"
-
getEStringToAssemblyOperationMapEntry_Key
org.eclipse.emf.ecore.EAttribute getEStringToAssemblyOperationMapEntry_Key()Returns the meta object for the attribute 'Key
'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Map.Entry
,getEStringToAssemblyOperationMapEntry()
- Generated:
-
getEStringToAssemblyOperationMapEntry_Value
org.eclipse.emf.ecore.EReference getEStringToAssemblyOperationMapEntry_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
Map.Entry
,getEStringToAssemblyOperationMapEntry()
- Generated:
-
getAssemblyOperation
org.eclipse.emf.ecore.EClass getAssemblyOperation()Returns the meta object for class 'Operation
'.- Returns:
- the meta object for class 'Operation'.
- See Also:
AssemblyOperation
- Generated:
-
getAssemblyOperation_OperationType
org.eclipse.emf.ecore.EReference getAssemblyOperation_OperationType()Returns the meta object for the reference 'Operation Type
'.- Returns:
- the meta object for the reference 'Operation Type'.
- See Also:
AssemblyOperation.getOperationType()
,getAssemblyOperation()
- Generated:
-
getAssemblyOperation__GetComponent
org.eclipse.emf.ecore.EOperation getAssemblyOperation__GetComponent()Returns the meta object for the 'Get Component
' operation.- Returns:
- the meta object for the 'Get Component' operation.
- See Also:
AssemblyOperation.getComponent()
- Generated:
-
getAssemblyStorage
org.eclipse.emf.ecore.EClass getAssemblyStorage()Returns the meta object for class 'Storage
'.- Returns:
- the meta object for class 'Storage'.
- See Also:
AssemblyStorage
- Generated:
-
getAssemblyStorage_StorageType
org.eclipse.emf.ecore.EReference getAssemblyStorage_StorageType()Returns the meta object for the reference 'Storage Type
'.- Returns:
- the meta object for the reference 'Storage Type'.
- See Also:
AssemblyStorage.getStorageType()
,getAssemblyStorage()
- Generated:
-
getAssemblyStorage__GetComponent
org.eclipse.emf.ecore.EOperation getAssemblyStorage__GetComponent()Returns the meta object for the 'Get Component
' operation.- Returns:
- the meta object for the 'Get Component' operation.
- See Also:
AssemblyStorage.getComponent()
- Generated:
-
getEStringToAssemblyStorageMapEntry
org.eclipse.emf.ecore.EClass getEStringToAssemblyStorageMapEntry()Returns the meta object for class 'EString To Assembly Storage Map Entry
'.- Returns:
- the meta object for class 'EString To Assembly Storage Map Entry'.
- See Also:
Map.Entry
- Generated:
- Model:
- keyDataType="org.eclipse.emf.ecore.EString" valueType="kieker.model.analysismodel.assembly.AssemblyStorage" valueContainment="true"
-
getEStringToAssemblyStorageMapEntry_Key
org.eclipse.emf.ecore.EAttribute getEStringToAssemblyStorageMapEntry_Key()Returns the meta object for the attribute 'Key
'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Map.Entry
,getEStringToAssemblyStorageMapEntry()
- Generated:
-
getEStringToAssemblyStorageMapEntry_Value
org.eclipse.emf.ecore.EReference getEStringToAssemblyStorageMapEntry_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
Map.Entry
,getEStringToAssemblyStorageMapEntry()
- Generated:
-
getAssemblyProvidedInterface
org.eclipse.emf.ecore.EClass getAssemblyProvidedInterface()Returns the meta object for class 'Provided Interface
'.- Returns:
- the meta object for class 'Provided Interface'.
- See Also:
AssemblyProvidedInterface
- Generated:
-
getAssemblyProvidedInterface_ProvidedInterfaceType
org.eclipse.emf.ecore.EReference getAssemblyProvidedInterface_ProvidedInterfaceType()Returns the meta object for the reference 'Provided Interface Type
'.- Returns:
- the meta object for the reference 'Provided Interface Type'.
- See Also:
AssemblyProvidedInterface.getProvidedInterfaceType()
,getAssemblyProvidedInterface()
- Generated:
-
getEStringToAssemblyProvidedInterfaceMapEntry
org.eclipse.emf.ecore.EClass getEStringToAssemblyProvidedInterfaceMapEntry()Returns the meta object for class 'EString To Assembly Provided Interface Map Entry
'.- Returns:
- the meta object for class 'EString To Assembly Provided Interface Map Entry'.
- See Also:
Map.Entry
- Generated:
- Model:
- keyDataType="org.eclipse.emf.ecore.EString" valueType="kieker.model.analysismodel.assembly.AssemblyProvidedInterface" valueContainment="true"
-
getEStringToAssemblyProvidedInterfaceMapEntry_Key
org.eclipse.emf.ecore.EAttribute getEStringToAssemblyProvidedInterfaceMapEntry_Key()Returns the meta object for the attribute 'Key
'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Map.Entry
,getEStringToAssemblyProvidedInterfaceMapEntry()
- Generated:
-
getEStringToAssemblyProvidedInterfaceMapEntry_Value
org.eclipse.emf.ecore.EReference getEStringToAssemblyProvidedInterfaceMapEntry_Value()Returns the meta object for the containment reference 'Value
'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
Map.Entry
,getEStringToAssemblyProvidedInterfaceMapEntry()
- Generated:
-
getAssemblyRequiredInterface
org.eclipse.emf.ecore.EClass getAssemblyRequiredInterface()Returns the meta object for class 'Required Interface
'.- Returns:
- the meta object for class 'Required Interface'.
- See Also:
AssemblyRequiredInterface
- Generated:
-
getAssemblyRequiredInterface_Requires
org.eclipse.emf.ecore.EReference getAssemblyRequiredInterface_Requires()Returns the meta object for the reference 'Requires
'.- Returns:
- the meta object for the reference 'Requires'.
- See Also:
AssemblyRequiredInterface.getRequires()
,getAssemblyRequiredInterface()
- Generated:
-
getAssemblyRequiredInterface_RequiredInterfaceType
org.eclipse.emf.ecore.EReference getAssemblyRequiredInterface_RequiredInterfaceType()Returns the meta object for the reference 'Required Interface Type
'.- Returns:
- the meta object for the reference 'Required Interface Type'.
- See Also:
AssemblyRequiredInterface.getRequiredInterfaceType()
,getAssemblyRequiredInterface()
- Generated:
-
getAssemblyFactory
AssemblyFactory getAssemblyFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated:
-