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 class
TupleImpl<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. key
The cached value of the 'Key
' containment reference.protected Tuple<DeployedOperation,DeployedStorage>
DeployedOperationsPairToDeployedStorageMapEntryImpl. key
The cached value of the 'Key
' containment reference.protected Tuple<DeployedOperation,DeployedOperation>
DeployedOperationsPairToInvocationMapEntryImpl. key
The 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. invocations
The cached value of the 'Invocations
' map.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
ExecutionModelImpl. operationDataflows
The cached value of the 'Operation Dataflows
' map.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
ExecutionModelImpl. storageDataflows
The 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.NotificationChain
DeployedOperationsPairToDeployedOperationsMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToDeployedStorageMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToInvocationMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedStorage> key)
void
DeployedOperationsPairToInvocationMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)
void
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey)
void
DeployedOperationsPairToInvocationMapEntryImpl. 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> T
ExecutionSwitch. 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 T
ExecutionSwitch. 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'.T
ExecutionSwitch. 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'.T
ExecutionSwitch. 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'.