Uses of Interface
kieker.model.analysismodel.execution.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return TupleConstructors in kieker.analysis.architecture.recovery.events with parameters of type TupleModifierConstructorDescriptionDeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation> operationCall, Duration duration) -
Uses of Tuple in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return TupleModifier and TypeMethodDescription<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 TupleModifier and TypeMethodDescriptionorg.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 TupleModifier and TypeClassDescriptionclassTupleImpl<F,S> An implementation of the model object 'Tuple'.Fields in kieker.model.analysismodel.execution.impl declared as TupleModifier and TypeFieldDescriptionprotected 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 TupleModifier and TypeFieldDescriptionprotected 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 TupleModifier and TypeMethodDescription<F,S> Tuple<F, S> ExecutionFactoryImpl.createTuple()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getKey()DeployedOperationsPairToDeployedStorageMapEntryImpl.getKey()DeployedOperationsPairToInvocationMapEntryImpl.getKey()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getTypedKey()DeployedOperationsPairToDeployedStorageMapEntryImpl.getTypedKey()DeployedOperationsPairToInvocationMapEntryImpl.getTypedKey()Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type TupleModifier and TypeMethodDescriptionExecutionFactoryImpl.createDeployedOperationsPairToDeployedOperationsMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToDeployedStorageMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToInvocationMapEntry()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> DeployedOperationsPairToDeployedOperationsMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> DeployedOperationsPairToDeployedStorageMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, Invocation> DeployedOperationsPairToInvocationMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, Invocation> ExecutionModelImpl.getInvocations()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> ExecutionModelImpl.getOperationDataflows()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> ExecutionModelImpl.getStorageDataflows()Methods in kieker.model.analysismodel.execution.impl with parameters of type TupleModifier and TypeMethodDescriptionorg.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 TupleModifier and TypeMethodDescription<F,S> T 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 TupleModifier and TypeMethodDescriptionExecutionSwitch.caseDeployedOperationsPairToDeployedOperationsMapEntry(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'.ExecutionSwitch.caseDeployedOperationsPairToDeployedStorageMapEntry(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'.ExecutionSwitch.caseDeployedOperationsPairToInvocationMapEntry(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'.