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:
ExecutionPackage.getExecutionModel()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>getInvocations()Returns the value of the 'Invocations' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>getOperationDataflows()Returns the value of the 'Operation Dataflows' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>getStorageDataflows()Returns the value of the 'Storage Dataflows' map.
-
Method Details
-
getInvocations
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation> getInvocations()Returns the value of the 'Invocations' map. The key is of typeTuple, and the value is of typeInvocation,- Returns:
- the value of the 'Invocations' map.
- See Also:
ExecutionPackage.getExecutionModel_Invocations()- 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>,StorageDataflow> getStorageDataflows()Returns the value of the 'Storage Dataflows' map. The key is of typeTuple, and the value is of typeStorageDataflow,- Returns:
- the value of the 'Storage Dataflows' map.
- See Also:
ExecutionPackage.getExecutionModel_StorageDataflows()- 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>,OperationDataflow> getOperationDataflows()Returns the value of the 'Operation Dataflows' map. The key is of typeTuple, and the value is of typeOperationDataflow,- Returns:
- the value of the 'Operation Dataflows' map.
- See Also:
ExecutionPackage.getExecutionModel_OperationDataflows()- 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"
-