Uses of Interface
kieker.model.analysismodel.execution.Tuple
| Package | Description |
|---|---|
| kieker.analysis.architecture.recovery.events | |
| kieker.model.analysismodel.execution | |
| kieker.model.analysismodel.execution.impl | |
| kieker.model.analysismodel.execution.util |
-
Uses of Tuple in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return Tuple Modifier and Type Method Description Tuple<DeployedOperation,DeployedOperation>DeployedOperationCallEvent. getOperationCall()Constructors in kieker.analysis.architecture.recovery.events with parameters of type Tuple Constructor Description DeployedOperationCallEvent(Tuple<DeployedOperation,DeployedOperation> operationCall, java.time.Duration duration) -
Uses of Tuple in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return Tuple Modifier and Type Method Description <F, S> Tuple<F,S>ExecutionFactory. createTuple()Returns a new object of class 'Tuple'.Methods in kieker.model.analysismodel.execution that return types with arguments of type Tuple Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>ExecutionModel. getInvocations()Returns the value of the 'Invocations' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>ExecutionModel. getOperationDataflows()Returns the value of the 'Operation Dataflows' map.org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>ExecutionModel. getStorageDataflows()Returns the value of the 'Storage Dataflows' map. -
Uses of Tuple in kieker.model.analysismodel.execution.impl
Classes in kieker.model.analysismodel.execution.impl that implement Tuple Modifier and Type Class Description classTupleImpl<F,S>An implementation of the model object 'Tuple'.Fields in kieker.model.analysismodel.execution.impl declared as Tuple Modifier and Type Field Description protected Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. keyThe cached value of the 'Key' containment reference.protected Tuple<DeployedOperation,DeployedStorage>DeployedOperationsPairToDeployedStorageMapEntryImpl. keyThe cached value of the 'Key' containment reference.protected Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. keyThe cached value of the 'Key' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type Tuple Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>ExecutionModelImpl. invocationsThe cached value of the 'Invocations' map.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>ExecutionModelImpl. operationDataflowsThe cached value of the 'Operation Dataflows' map.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>ExecutionModelImpl. storageDataflowsThe cached value of the 'Storage Dataflows' map.Methods in kieker.model.analysismodel.execution.impl that return Tuple Modifier and Type Method Description <F, S> Tuple<F,S>ExecutionFactoryImpl. createTuple()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedStorage>DeployedOperationsPairToDeployedStorageMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedStorage>DeployedOperationsPairToDeployedStorageMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. getTypedKey()Methods in kieker.model.analysismodel.execution.impl with parameters of type Tuple Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToDeployedOperationsMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToDeployedStorageMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToInvocationMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)voidDeployedOperationsPairToDeployedOperationsMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)voidDeployedOperationsPairToDeployedStorageMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedStorage> key)voidDeployedOperationsPairToInvocationMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)voidDeployedOperationsPairToDeployedOperationsMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey)voidDeployedOperationsPairToDeployedStorageMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey)voidDeployedOperationsPairToInvocationMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey) -
Uses of Tuple in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type Tuple Modifier and Type Method Description <F, S> TExecutionSwitch. caseTuple(Tuple<F,S> object)Returns the result of interpreting the object as an instance of 'Tuple'.Method parameters in kieker.model.analysismodel.execution.util with type arguments of type Tuple Modifier and Type Method Description TExecutionSwitch. caseDeployedOperationsPairToDeployedOperationsMapEntry(java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow> object)Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Deployed Operations Map Entry'.TExecutionSwitch. caseDeployedOperationsPairToDeployedStorageMapEntry(java.util.Map.Entry<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow> object)Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Deployed Storage Map Entry'.TExecutionSwitch. caseDeployedOperationsPairToInvocationMapEntry(java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,Invocation> object)Returns the result of interpreting the object as an instance of 'Deployed Operations Pair To Invocation Map Entry'.