public interface ExecutionPackage
extends org.eclipse.emf.ecore.EPackage
ExecutionFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecutionPackage.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 |
AGGREGATED_INVOCATION
The meta object id for the '
Aggregated Invocation ' class. |
static int |
AGGREGATED_INVOCATION__SOURCE
The feature id for the 'Source' reference.
|
static int |
AGGREGATED_INVOCATION__TARGET
The feature id for the 'Target' reference.
|
static int |
AGGREGATED_INVOCATION_FEATURE_COUNT
The number of structural features of the 'Aggregated Invocation' class.
|
static int |
AGGREGATED_INVOCATION_OPERATION_COUNT
The number of operations of the 'Aggregated Invocation' class.
|
static int |
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY
The meta object id for the '
Deployed Operations Pair To Aggregated Invocation Map Entry ' class. |
static int |
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__KEY
The feature id for the 'Key' attribute.
|
static int |
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference.
|
static int |
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'Deployed Operations Pair To Aggregated Invocation Map Entry' class.
|
static int |
DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_OPERATION_COUNT
The number of operations of the 'Deployed Operations Pair To Aggregated Invocation Map Entry' class.
|
static ExecutionPackage |
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 |
EXECUTION_MODEL
The meta object id for the '
Model ' class. |
static int |
EXECUTION_MODEL__AGGREGATED_INVOCATIONS
The feature id for the 'Aggregated Invocations' map.
|
static int |
EXECUTION_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.
|
static int |
EXECUTION_MODEL_OPERATION_COUNT
The number of operations of the 'Model' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getAggregatedInvocation_Source()
Returns the meta object for the reference '
Source '. |
org.eclipse.emf.ecore.EReference |
getAggregatedInvocation_Target()
Returns the meta object for the reference '
Target '. |
org.eclipse.emf.ecore.EClass |
getAggregatedInvocation()
Returns the meta object for class '
Aggregated Invocation '. |
org.eclipse.emf.ecore.EAttribute |
getDeployedOperationsPairToAggregatedInvocationMapEntry_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EReference |
getDeployedOperationsPairToAggregatedInvocationMapEntry_Value()
Returns the meta object for the containment reference '
Value '. |
org.eclipse.emf.ecore.EClass |
getDeployedOperationsPairToAggregatedInvocationMapEntry()
Returns the meta object for class '
Deployed Operations Pair To Aggregated Invocation Map Entry '. |
ExecutionFactory |
getExecutionFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getExecutionModel_AggregatedInvocations()
Returns the meta object for the map '
Aggregated Invocations '. |
org.eclipse.emf.ecore.EClass |
getExecutionModel()
Returns the meta object for class '
Model '. |
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 ExecutionPackage eINSTANCE
static final int EXECUTION_MODEL
Model
' class.
ExecutionModelImpl
,
ExecutionPackageImpl.getExecutionModel()
,
Constant Field Valuesstatic final int EXECUTION_MODEL__AGGREGATED_INVOCATIONS
static final int EXECUTION_MODEL_FEATURE_COUNT
static final int EXECUTION_MODEL_OPERATION_COUNT
static final int DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY
Deployed Operations Pair To Aggregated Invocation Map Entry
' class.
static final int DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__KEY
static final int DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY__VALUE
static final int DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_FEATURE_COUNT
static final int DEPLOYED_OPERATIONS_PAIR_TO_AGGREGATED_INVOCATION_MAP_ENTRY_OPERATION_COUNT
static final int AGGREGATED_INVOCATION
Aggregated Invocation
' class.
AggregatedInvocationImpl
,
ExecutionPackageImpl.getAggregatedInvocation()
,
Constant Field Valuesstatic final int AGGREGATED_INVOCATION__SOURCE
static final int AGGREGATED_INVOCATION__TARGET
static final int AGGREGATED_INVOCATION_FEATURE_COUNT
static final int AGGREGATED_INVOCATION_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getExecutionModel()
Model
'.
ExecutionModel
org.eclipse.emf.ecore.EReference getExecutionModel_AggregatedInvocations()
Aggregated Invocations
'.
ExecutionModel.getAggregatedInvocations()
,
getExecutionModel()
org.eclipse.emf.ecore.EClass getDeployedOperationsPairToAggregatedInvocationMapEntry()
Deployed Operations Pair To Aggregated Invocation Map Entry
'.
Map.Entry
org.eclipse.emf.ecore.EAttribute getDeployedOperationsPairToAggregatedInvocationMapEntry_Key()
Key
'.
Map.Entry
,
getDeployedOperationsPairToAggregatedInvocationMapEntry()
org.eclipse.emf.ecore.EReference getDeployedOperationsPairToAggregatedInvocationMapEntry_Value()
Value
'.
Map.Entry
,
getDeployedOperationsPairToAggregatedInvocationMapEntry()
org.eclipse.emf.ecore.EClass getAggregatedInvocation()
Aggregated Invocation
'.
AggregatedInvocation
org.eclipse.emf.ecore.EReference getAggregatedInvocation_Source()
Source
'.
AggregatedInvocation.getSource()
,
getAggregatedInvocation()
org.eclipse.emf.ecore.EReference getAggregatedInvocation_Target()
Target
'.
AggregatedInvocation.getTarget()
,
getAggregatedInvocation()
ExecutionFactory getExecutionFactory()
Copyright 2020 Kieker Project, http://kieker-monitoring.net