Interface ExecutionModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExecutionModelImpl
public interface ExecutionModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Model'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, Invocation> Returns the value of the 'Invocations' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> Returns the value of the 'Operation Dataflows' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> Returns the value of the 'Storage Dataflows' map.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInvocations
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, getInvocations()Invocation> Returns the value of the 'Invocations' map. The key is of typeTuple<DeployedOperation,, and the value is of typeDeployedOperation> Invocation,- Returns:
- the value of the 'Invocations' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.execution.DeployedOperationsPairToInvocationMapEntry<kieker.model.analysismodel.execution.Tuple<kieker.model.analysismodel.deployment.DeployedOperation, kieker.model.analysismodel.deployment.DeployedOperation>, kieker.model.analysismodel.execution.Invocation>" ordered="false"
-
getStorageDataflows
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, getStorageDataflows()StorageDataflow> Returns the value of the 'Storage Dataflows' map. The key is of typeTuple<DeployedOperation,, and the value is of typeDeployedStorage> StorageDataflow,- Returns:
- the value of the 'Storage Dataflows' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.execution.DeployedOperationsPairToDeployedStorageMapEntry<kieker.model.analysismodel.execution.Tuple<kieker.model.analysismodel.deployment.DeployedOperation, kieker.model.analysismodel.deployment.DeployedStorage>, kieker.model.analysismodel.execution.StorageDataflow>" ordered="false"
-
getOperationDataflows
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, getOperationDataflows()OperationDataflow> Returns the value of the 'Operation Dataflows' map. The key is of typeTuple<DeployedOperation,, and the value is of typeDeployedOperation> OperationDataflow,- Returns:
- the value of the 'Operation Dataflows' map.
- See Also:
- Generated:
- Model:
- mapType="kieker.model.analysismodel.execution.DeployedOperationsPairToDeployedOperationsMapEntry<kieker.model.analysismodel.execution.Tuple<kieker.model.analysismodel.deployment.DeployedOperation, kieker.model.analysismodel.deployment.DeployedOperation>, kieker.model.analysismodel.execution.OperationDataflow>" ordered="false"
-