Uses of Interface
kieker.model.analysismodel.deployment.DeployedOperation
Packages that use DeployedOperation
Package
Description
This package contains all processing filters bundled with kieker.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of DeployedOperation in kieker.analysis.architecture.dependency
Methods in kieker.analysis.architecture.dependency with parameters of type DeployedOperationModifier and TypeMethodDescriptionprotected abstract INodeAbstractDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeAssemblyLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeAssemblyLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelContextDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeDeploymentLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeTypeLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) protected INodeTypeLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation) -
Uses of DeployedOperation in kieker.analysis.architecture.recovery.assembler
Methods in kieker.analysis.architecture.recovery.assembler with parameters of type DeployedOperationModifier and TypeMethodDescriptionprotected voidTraceBasedExecutionModelAssembler.addExecution(DeployedOperation caller, DeployedOperation callee) -
Uses of DeployedOperation in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return types with arguments of type DeployedOperationModifier and TypeMethodDescriptionDeployedOperationCallEvent.getOperationCall()DeployedOperationCallEvent.getOperationCall()Constructor parameters in kieker.analysis.architecture.recovery.events with type arguments of type DeployedOperationModifierConstructorDescriptionDeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation> operationCall, Duration duration) DeployedOperationCallEvent(Tuple<DeployedOperation, DeployedOperation> operationCall, Duration duration) -
Uses of DeployedOperation in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type DeployedOperationModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(DeployedOperation operation) -
Uses of DeployedOperation in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedOperationModifier and TypeMethodDescriptionDeploymentFactory.createDeployedOperation()Returns a new object of class 'Deployed Operation'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedOperationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,DeployedOperation> DeployedComponent.getOperations()Returns the value of the 'Operations' map. -
Uses of DeployedOperation in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeployedOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Deployed Operation'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedOperationModifier and TypeFieldDescriptionprotected DeployedOperationEStringToDeployedOperationMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedOperationModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,DeployedOperation> DeployedComponentImpl.operationsThe cached value of the 'Operations' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedOperationModifier and TypeMethodDescriptionDeploymentFactoryImpl.createDeployedOperation()EStringToDeployedOperationMapEntryImpl.getTypedValue()EStringToDeployedOperationMapEntryImpl.getValue()EStringToDeployedOperationMapEntryImpl.setValue(DeployedOperation value) Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedOperationModifier and TypeMethodDescriptionDeploymentFactoryImpl.createEStringToDeployedOperationMapEntry()org.eclipse.emf.common.util.EMap<String,DeployedOperation> EStringToDeployedOperationMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,DeployedOperation> DeployedComponentImpl.getOperations()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedOperationModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToDeployedOperationMapEntryImpl.basicSetTypedValue(DeployedOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToDeployedOperationMapEntryImpl.setTypedValue(DeployedOperation newValue) EStringToDeployedOperationMapEntryImpl.setValue(DeployedOperation value) -
Uses of DeployedOperation in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedOperationModifier and TypeMethodDescriptionDeploymentSwitch.caseDeployedOperation(DeployedOperation object) Returns the result of interpreting the object as an instance of 'Deployed Operation'.Method parameters in kieker.model.analysismodel.deployment.util with type arguments of type DeployedOperationModifier and TypeMethodDescriptionDeploymentSwitch.caseEStringToDeployedOperationMapEntry(Map.Entry<String, DeployedOperation> object) Returns the result of interpreting the object as an instance of 'EString To Deployed Operation Map Entry'. -
Uses of DeployedOperation in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return DeployedOperationModifier and TypeMethodDescriptionInvocation.getCallee()Returns the value of the 'Callee' reference.OperationDataflow.getCallee()Returns the value of the 'Callee' reference.Invocation.getCaller()Returns the value of the 'Caller' reference.OperationDataflow.getCaller()Returns the value of the 'Caller' reference.StorageDataflow.getCode()Returns the value of the 'Code' reference.Methods in kieker.model.analysismodel.execution that return types with arguments of type DeployedOperationModifier 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>, 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,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.Methods in kieker.model.analysismodel.execution with parameters of type DeployedOperationModifier and TypeMethodDescriptionvoidInvocation.setCallee(DeployedOperation value) Sets the value of the 'Callee' reference.voidOperationDataflow.setCallee(DeployedOperation value) Sets the value of the 'Callee' reference.voidInvocation.setCaller(DeployedOperation value) Sets the value of the 'Caller' reference.voidOperationDataflow.setCaller(DeployedOperation value) Sets the value of the 'Caller' reference.voidStorageDataflow.setCode(DeployedOperation value) Sets the value of the 'Code' reference. -
Uses of DeployedOperation in kieker.model.analysismodel.execution.impl
Fields in kieker.model.analysismodel.execution.impl declared as DeployedOperationModifier and TypeFieldDescriptionprotected DeployedOperationInvocationImpl.calleeThe cached value of the 'Callee' reference.protected DeployedOperationOperationDataflowImpl.calleeThe cached value of the 'Callee' reference.protected DeployedOperationInvocationImpl.callerThe cached value of the 'Caller' reference.protected DeployedOperationOperationDataflowImpl.callerThe cached value of the 'Caller' reference.protected DeployedOperationStorageDataflowImpl.codeThe cached value of the 'Code' reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type DeployedOperationModifier 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>, Invocation> ExecutionModelImpl.invocationsThe cached value of the 'Invocations' map.protected Tuple<DeployedOperation,DeployedOperation> DeployedOperationsPairToDeployedOperationsMapEntryImpl.keyThe cached value of the 'Key' containment reference.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.protected Tuple<DeployedOperation,DeployedOperation> DeployedOperationsPairToInvocationMapEntryImpl.keyThe cached value of the 'Key' containment reference.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,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 DeployedOperationModifier and TypeMethodDescriptionInvocationImpl.basicGetCallee()OperationDataflowImpl.basicGetCallee()InvocationImpl.basicGetCaller()OperationDataflowImpl.basicGetCaller()StorageDataflowImpl.basicGetCode()InvocationImpl.getCallee()OperationDataflowImpl.getCallee()InvocationImpl.getCaller()OperationDataflowImpl.getCaller()StorageDataflowImpl.getCode()Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type DeployedOperationModifier and TypeMethodDescriptionExecutionFactoryImpl.createDeployedOperationsPairToDeployedOperationsMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToDeployedOperationsMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToDeployedStorageMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToInvocationMapEntry()ExecutionFactoryImpl.createDeployedOperationsPairToInvocationMapEntry()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> DeployedOperationsPairToDeployedOperationsMapEntryImpl.getEMap()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> DeployedOperationsPairToInvocationMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, Invocation> ExecutionModelImpl.getInvocations()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, Invocation> ExecutionModelImpl.getInvocations()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getKey()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getKey()DeployedOperationsPairToDeployedStorageMapEntryImpl.getKey()DeployedOperationsPairToInvocationMapEntryImpl.getKey()DeployedOperationsPairToInvocationMapEntryImpl.getKey()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> ExecutionModelImpl.getOperationDataflows()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> ExecutionModelImpl.getOperationDataflows()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> ExecutionModelImpl.getStorageDataflows()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getTypedKey()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getTypedKey()DeployedOperationsPairToDeployedStorageMapEntryImpl.getTypedKey()DeployedOperationsPairToInvocationMapEntryImpl.getTypedKey()DeployedOperationsPairToInvocationMapEntryImpl.getTypedKey()Methods in kieker.model.analysismodel.execution.impl with parameters of type DeployedOperationModifier and TypeMethodDescriptionvoidInvocationImpl.setCallee(DeployedOperation newCallee) voidOperationDataflowImpl.setCallee(DeployedOperation newCallee) voidInvocationImpl.setCaller(DeployedOperation newCaller) voidOperationDataflowImpl.setCaller(DeployedOperation newCaller) voidStorageDataflowImpl.setCode(DeployedOperation newCode) Method parameters in kieker.model.analysismodel.execution.impl with type arguments of type DeployedOperationModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToDeployedOperationsMapEntryImpl.basicSetTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs) 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) org.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToInvocationMapEntryImpl.basicSetTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs) voidDeployedOperationsPairToDeployedOperationsMapEntryImpl.setKey(Tuple<DeployedOperation, DeployedOperation> key) voidDeployedOperationsPairToDeployedOperationsMapEntryImpl.setKey(Tuple<DeployedOperation, DeployedOperation> key) voidDeployedOperationsPairToDeployedStorageMapEntryImpl.setKey(Tuple<DeployedOperation, DeployedStorage> key) voidDeployedOperationsPairToInvocationMapEntryImpl.setKey(Tuple<DeployedOperation, DeployedOperation> key) voidDeployedOperationsPairToInvocationMapEntryImpl.setKey(Tuple<DeployedOperation, DeployedOperation> key) voidDeployedOperationsPairToDeployedOperationsMapEntryImpl.setTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey) voidDeployedOperationsPairToDeployedOperationsMapEntryImpl.setTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey) voidDeployedOperationsPairToDeployedStorageMapEntryImpl.setTypedKey(Tuple<DeployedOperation, DeployedStorage> newKey) voidDeployedOperationsPairToInvocationMapEntryImpl.setTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey) voidDeployedOperationsPairToInvocationMapEntryImpl.setTypedKey(Tuple<DeployedOperation, DeployedOperation> newKey) -
Uses of DeployedOperation in kieker.model.analysismodel.execution.util
Method parameters in kieker.model.analysismodel.execution.util with type arguments of type DeployedOperationModifier 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.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'.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'. -
Uses of DeployedOperation in kieker.model.analysismodel.trace
Methods in kieker.model.analysismodel.trace that return DeployedOperationModifier and TypeMethodDescriptionOperationCall.getOperation()Returns the value of the 'Operation' reference.Methods in kieker.model.analysismodel.trace with parameters of type DeployedOperationModifier and TypeMethodDescriptionvoidOperationCall.setOperation(DeployedOperation value) Sets the value of the 'Operation' reference. -
Uses of DeployedOperation in kieker.model.analysismodel.trace.impl
Fields in kieker.model.analysismodel.trace.impl declared as DeployedOperationModifier and TypeFieldDescriptionprotected DeployedOperationOperationCallImpl.operationThe cached value of the 'Operation' reference.Methods in kieker.model.analysismodel.trace.impl that return DeployedOperationModifier and TypeMethodDescriptionOperationCallImpl.basicGetOperation()OperationCallImpl.getOperation()Methods in kieker.model.analysismodel.trace.impl with parameters of type DeployedOperationModifier and TypeMethodDescriptionvoidOperationCallImpl.setOperation(DeployedOperation newOperation)