public interface DeploymentPackage
extends org.eclipse.emf.ecore.EPackage
DeploymentFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DeploymentPackage.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
|
Modifier and Type | Field and Description |
---|---|
static int |
DEPLOYED_COMPONENT
The meta object id for the '
Deployed Component ' class. |
static int |
DEPLOYED_COMPONENT___GET_DEPLOYMENT_CONTEXT
The operation id for the 'Get Deployment Context' operation.
|
static int |
DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT
The feature id for the 'Assembly Component' reference.
|
static int |
DEPLOYED_COMPONENT__CONTAINED_OPERATIONS
The feature id for the 'Contained Operations' map.
|
static int |
DEPLOYED_COMPONENT_FEATURE_COUNT
The number of structural features of the 'Deployed Component' class.
|
static int |
DEPLOYED_COMPONENT_OPERATION_COUNT
The number of operations of the 'Deployed Component' class.
|
static int |
DEPLOYED_OPERATION
The meta object id for the '
Deployed Operation ' class. |
static int |
DEPLOYED_OPERATION___GET_COMPONENT
The operation id for the 'Get Component' operation.
|
static int |
DEPLOYED_OPERATION__ASSEMBLY_OPERATION
The feature id for the 'Assembly Operation' reference.
|
static int |
DEPLOYED_OPERATION_FEATURE_COUNT
The number of structural features of the 'Deployed Operation' class.
|
static int |
DEPLOYED_OPERATION_OPERATION_COUNT
The number of operations of the 'Deployed Operation' class.
|
static int |
DEPLOYMENT_CONTEXT
The meta object id for the '
Context ' class. |
static int |
DEPLOYMENT_CONTEXT__COMPONENTS
The feature id for the 'Components' map.
|
static int |
DEPLOYMENT_CONTEXT__NAME
The feature id for the 'Name' attribute.
|
static int |
DEPLOYMENT_CONTEXT_FEATURE_COUNT
The number of structural features of the 'Context' class.
|
static int |
DEPLOYMENT_CONTEXT_OPERATION_COUNT
The number of operations of the 'Context' class.
|
static int |
DEPLOYMENT_MODEL
The meta object id for the '
Model ' class. |
static int |
DEPLOYMENT_MODEL__DEPLOYMENT_CONTEXTS
The feature id for the 'Deployment Contexts' map.
|
static int |
DEPLOYMENT_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.
|
static int |
DEPLOYMENT_MODEL_OPERATION_COUNT
The number of operations of the 'Model' class.
|
static DeploymentPackage |
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_DEPLOYED_COMPONENT_MAP_ENTRY
The meta object id for the '
EString To Deployed Component Map Entry ' class. |
static int |
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Deployed Component Map Entry' class.
|
static int |
ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Deployed Component Map Entry' class.
|
static int |
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY
The meta object id for the '
EString To Deployed Operation Map Entry ' class. |
static int |
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Deployed Operation Map Entry' class.
|
static int |
ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Deployed Operation Map Entry' class.
|
static int |
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY
The meta object id for the '
EString To Deployment Context Map Entry ' class. |
static int |
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'EString To Deployment Context Map Entry' class.
|
static int |
ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'EString To Deployment Context Map Entry' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EOperation |
getDeployedComponent__GetDeploymentContext()
Returns the meta object for the '
Get Deployment Context ' operation. |
org.eclipse.emf.ecore.EReference |
getDeployedComponent_AssemblyComponent()
Returns the meta object for the reference '
Assembly Component '. |
org.eclipse.emf.ecore.EReference |
getDeployedComponent_ContainedOperations()
Returns the meta object for the map '
Contained Operations '. |
org.eclipse.emf.ecore.EClass |
getDeployedComponent()
Returns the meta object for class '
Deployed Component '. |
org.eclipse.emf.ecore.EOperation |
getDeployedOperation__GetComponent()
Returns the meta object for the '
Get Component ' operation. |
org.eclipse.emf.ecore.EReference |
getDeployedOperation_AssemblyOperation()
Returns the meta object for the reference '
Assembly Operation '. |
org.eclipse.emf.ecore.EClass |
getDeployedOperation()
Returns the meta object for class '
Deployed Operation '. |
org.eclipse.emf.ecore.EReference |
getDeploymentContext_Components()
Returns the meta object for the map '
Components '. |
org.eclipse.emf.ecore.EAttribute |
getDeploymentContext_Name()
Returns the meta object for the attribute '
Name '. |
org.eclipse.emf.ecore.EClass |
getDeploymentContext()
Returns the meta object for class '
Context '. |
DeploymentFactory |
getDeploymentFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getDeploymentModel_DeploymentContexts()
Returns the meta object for the map '
Deployment Contexts '. |
org.eclipse.emf.ecore.EClass |
getDeploymentModel()
Returns the meta object for class '
Model '. |
org.eclipse.emf.ecore.EAttribute |
getEStringToDeployedComponentMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getEStringToDeployedComponentMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getEStringToDeployedComponentMapEntry()
Returns the meta object for class '
EString To Deployed Component Map Entry '. |
org.eclipse.emf.ecore.EAttribute |
getEStringToDeployedOperationMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getEStringToDeployedOperationMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getEStringToDeployedOperationMapEntry()
Returns the meta object for class '
EString To Deployed Operation Map Entry '. |
org.eclipse.emf.ecore.EAttribute |
getEStringToDeploymentContextMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getEStringToDeploymentContextMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getEStringToDeploymentContextMapEntry()
Returns the meta object for class '
EString To Deployment Context Map Entry '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DeploymentPackage eINSTANCE
static final int DEPLOYMENT_MODEL
Model
' class.
DeploymentModelImpl
,
DeploymentPackageImpl.getDeploymentModel()
,
Constant Field Valuesstatic final int DEPLOYMENT_MODEL__DEPLOYMENT_CONTEXTS
static final int DEPLOYMENT_MODEL_FEATURE_COUNT
static final int DEPLOYMENT_MODEL_OPERATION_COUNT
static final int ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY
EString To Deployment Context Map Entry
' class.
static final int ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__KEY
static final int ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY__VALUE
static final int ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_DEPLOYMENT_CONTEXT_MAP_ENTRY_OPERATION_COUNT
static final int DEPLOYMENT_CONTEXT
Context
' class.
DeploymentContextImpl
,
DeploymentPackageImpl.getDeploymentContext()
,
Constant Field Valuesstatic final int DEPLOYMENT_CONTEXT__NAME
static final int DEPLOYMENT_CONTEXT__COMPONENTS
static final int DEPLOYMENT_CONTEXT_FEATURE_COUNT
static final int DEPLOYMENT_CONTEXT_OPERATION_COUNT
static final int ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY
EString To Deployed Component Map Entry
' class.
static final int ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__KEY
static final int ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY__VALUE
static final int ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_DEPLOYED_COMPONENT_MAP_ENTRY_OPERATION_COUNT
static final int DEPLOYED_COMPONENT
Deployed Component
' class.
DeployedComponentImpl
,
DeploymentPackageImpl.getDeployedComponent()
,
Constant Field Valuesstatic final int DEPLOYED_COMPONENT__ASSEMBLY_COMPONENT
static final int DEPLOYED_COMPONENT__CONTAINED_OPERATIONS
static final int DEPLOYED_COMPONENT_FEATURE_COUNT
static final int DEPLOYED_COMPONENT___GET_DEPLOYMENT_CONTEXT
static final int DEPLOYED_COMPONENT_OPERATION_COUNT
static final int ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY
EString To Deployed Operation Map Entry
' class.
static final int ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__KEY
static final int ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY__VALUE
static final int ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_FEATURE_COUNT
static final int ESTRING_TO_DEPLOYED_OPERATION_MAP_ENTRY_OPERATION_COUNT
static final int DEPLOYED_OPERATION
Deployed Operation
' class.
DeployedOperationImpl
,
DeploymentPackageImpl.getDeployedOperation()
,
Constant Field Valuesstatic final int DEPLOYED_OPERATION__ASSEMBLY_OPERATION
static final int DEPLOYED_OPERATION_FEATURE_COUNT
static final int DEPLOYED_OPERATION___GET_COMPONENT
static final int DEPLOYED_OPERATION_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getDeploymentModel()
Model
'.
DeploymentModel
org.eclipse.emf.ecore.EReference getDeploymentModel_DeploymentContexts()
Deployment Contexts
'.
DeploymentModel.getDeploymentContexts()
,
getDeploymentModel()
org.eclipse.emf.ecore.EClass getEStringToDeploymentContextMapEntry()
EString To Deployment Context Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getEStringToDeploymentContextMapEntry_Key()
Key
'.
Map.Entry
,
getEStringToDeploymentContextMapEntry()
org.eclipse.emf.ecore.EReference getEStringToDeploymentContextMapEntry_Value()
Value
'.
Map.Entry
,
getEStringToDeploymentContextMapEntry()
org.eclipse.emf.ecore.EClass getDeploymentContext()
Context
'.
DeploymentContext
org.eclipse.emf.ecore.EReference getDeploymentContext_Components()
Components
'.
DeploymentContext.getComponents()
,
getDeploymentContext()
org.eclipse.emf.ecore.EClass getEStringToDeployedComponentMapEntry()
EString To Deployed Component Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getEStringToDeployedComponentMapEntry_Key()
Key
'.
Map.Entry
,
getEStringToDeployedComponentMapEntry()
org.eclipse.emf.ecore.EReference getEStringToDeployedComponentMapEntry_Value()
Value
'.
Map.Entry
,
getEStringToDeployedComponentMapEntry()
org.eclipse.emf.ecore.EAttribute getDeploymentContext_Name()
Name
'.
DeploymentContext.getName()
,
getDeploymentContext()
org.eclipse.emf.ecore.EClass getDeployedComponent()
Deployed Component
'.
DeployedComponent
org.eclipse.emf.ecore.EReference getDeployedComponent_AssemblyComponent()
Assembly Component
'.
DeployedComponent.getAssemblyComponent()
,
getDeployedComponent()
org.eclipse.emf.ecore.EReference getDeployedComponent_ContainedOperations()
Contained Operations
'.
DeployedComponent.getContainedOperations()
,
getDeployedComponent()
org.eclipse.emf.ecore.EOperation getDeployedComponent__GetDeploymentContext()
Get Deployment Context
' operation.
DeployedComponent.getDeploymentContext()
org.eclipse.emf.ecore.EClass getEStringToDeployedOperationMapEntry()
EString To Deployed Operation Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getEStringToDeployedOperationMapEntry_Key()
Key
'.
Map.Entry
,
getEStringToDeployedOperationMapEntry()
org.eclipse.emf.ecore.EReference getEStringToDeployedOperationMapEntry_Value()
Value
'.
Map.Entry
,
getEStringToDeployedOperationMapEntry()
org.eclipse.emf.ecore.EClass getDeployedOperation()
Deployed Operation
'.
DeployedOperation
org.eclipse.emf.ecore.EReference getDeployedOperation_AssemblyOperation()
Assembly Operation
'.
DeployedOperation.getAssemblyOperation()
,
getDeployedOperation()
org.eclipse.emf.ecore.EOperation getDeployedOperation__GetComponent()
Get Component
' operation.
DeployedOperation.getComponent()
DeploymentFactory getDeploymentFactory()
Copyright 2020 Kieker Project, http://kieker-monitoring.net