Uses of Interface
kieker.model.analysismodel.deployment.DeployedOperation
| Package | Description |
|---|---|
| kieker.analysis.architecture.dependency |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.recovery.assembler |
Copyright 2022 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.
|
| kieker.analysis.architecture.recovery.events | |
| kieker.analysis.util |
Copyright 2022 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.
|
| kieker.model.analysismodel.deployment | |
| kieker.model.analysismodel.deployment.impl | |
| kieker.model.analysismodel.deployment.util | |
| kieker.model.analysismodel.execution | |
| kieker.model.analysismodel.execution.impl | |
| kieker.model.analysismodel.execution.util | |
| kieker.model.analysismodel.trace | |
| kieker.model.analysismodel.trace.impl |
-
Uses of DeployedOperation in kieker.analysis.architecture.dependency
Methods in kieker.analysis.architecture.dependency with parameters of type DeployedOperation Modifier and Type Method Description protected 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 DeployedOperation Modifier and Type Method Description protected 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 DeployedOperation Modifier and Type Method Description Tuple<DeployedOperation,DeployedOperation>DeployedOperationCallEvent. getOperationCall()Tuple<DeployedOperation,DeployedOperation>DeployedOperationCallEvent. getOperationCall()Constructor parameters in kieker.analysis.architecture.recovery.events with type arguments of type DeployedOperation Constructor Description DeployedOperationCallEvent(Tuple<DeployedOperation,DeployedOperation> operationCall, java.time.Duration duration)DeployedOperationCallEvent(Tuple<DeployedOperation,DeployedOperation> operationCall, java.time.Duration duration) -
Uses of DeployedOperation in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type DeployedOperation Modifier and Type Method Description static java.lang.StringFullyQualifiedNamesFactory. createFullyQualifiedName(DeployedOperation operation) -
Uses of DeployedOperation in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedOperation Modifier and Type Method Description DeployedOperationDeploymentFactory. createDeployedOperation()Returns a new object of class 'Deployed Operation'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedOperation Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.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 DeployedOperation Modifier and Type Class Description classDeployedOperationImplAn implementation of the model object 'Deployed Operation'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedOperation Modifier and Type Field Description protected DeployedOperationEStringToDeployedOperationMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedOperation Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,DeployedOperation>DeployedComponentImpl. operationsThe cached value of the 'Operations' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedOperation Modifier and Type Method Description DeployedOperationDeploymentFactoryImpl. createDeployedOperation()DeployedOperationEStringToDeployedOperationMapEntryImpl. getTypedValue()DeployedOperationEStringToDeployedOperationMapEntryImpl. getValue()DeployedOperationEStringToDeployedOperationMapEntryImpl. setValue(DeployedOperation value)Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedOperation Modifier and Type Method Description java.util.Map.Entry<java.lang.String,DeployedOperation>DeploymentFactoryImpl. createEStringToDeployedOperationMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedOperation>EStringToDeployedOperationMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,DeployedOperation>DeployedComponentImpl. getOperations()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedOperation Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToDeployedOperationMapEntryImpl. basicSetTypedValue(DeployedOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToDeployedOperationMapEntryImpl. setTypedValue(DeployedOperation newValue)DeployedOperationEStringToDeployedOperationMapEntryImpl. setValue(DeployedOperation value) -
Uses of DeployedOperation in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedOperation Modifier and Type Method Description TDeploymentSwitch. 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 DeployedOperation Modifier and Type Method Description TDeploymentSwitch. caseEStringToDeployedOperationMapEntry(java.util.Map.Entry<java.lang.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 DeployedOperation Modifier and Type Method Description DeployedOperationInvocation. getCallee()Returns the value of the 'Callee' reference.DeployedOperationOperationDataflow. getCallee()Returns the value of the 'Callee' reference.DeployedOperationInvocation. getCaller()Returns the value of the 'Caller' reference.DeployedOperationOperationDataflow. getCaller()Returns the value of the 'Caller' reference.DeployedOperationStorageDataflow. getCode()Returns the value of the 'Code' reference.Methods in kieker.model.analysismodel.execution that return types with arguments of type DeployedOperation 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>,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 DeployedOperation Modifier and Type Method Description voidInvocation. 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 DeployedOperation Modifier and Type Field Description protected 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 DeployedOperation 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>,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 DeployedOperation Modifier and Type Method Description DeployedOperationInvocationImpl. basicGetCallee()DeployedOperationOperationDataflowImpl. basicGetCallee()DeployedOperationInvocationImpl. basicGetCaller()DeployedOperationOperationDataflowImpl. basicGetCaller()DeployedOperationStorageDataflowImpl. basicGetCode()DeployedOperationInvocationImpl. getCallee()DeployedOperationOperationDataflowImpl. getCallee()DeployedOperationInvocationImpl. getCaller()DeployedOperationOperationDataflowImpl. getCaller()DeployedOperationStorageDataflowImpl. getCode()Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type DeployedOperation Modifier and Type Method Description java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>ExecutionFactoryImpl. createDeployedOperationsPairToDeployedOperationsMapEntry()java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>ExecutionFactoryImpl. createDeployedOperationsPairToDeployedOperationsMapEntry()java.util.Map.Entry<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>ExecutionFactoryImpl. createDeployedOperationsPairToDeployedStorageMapEntry()java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,Invocation>ExecutionFactoryImpl. createDeployedOperationsPairToInvocationMapEntry()java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,Invocation>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()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedStorage>DeployedOperationsPairToDeployedStorageMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. getKey()Tuple<DeployedOperation,DeployedOperation>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()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToDeployedOperationsMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedStorage>DeployedOperationsPairToDeployedStorageMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. getTypedKey()Tuple<DeployedOperation,DeployedOperation>DeployedOperationsPairToInvocationMapEntryImpl. getTypedKey()Methods in kieker.model.analysismodel.execution.impl with parameters of type DeployedOperation Modifier and Type Method Description voidInvocationImpl. 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 DeployedOperation 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.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 DeployedOperation 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. 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'.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'. -
Uses of DeployedOperation in kieker.model.analysismodel.trace
Methods in kieker.model.analysismodel.trace that return DeployedOperation Modifier and Type Method Description DeployedOperationOperationCall. getOperation()Returns the value of the 'Operation' reference.Methods in kieker.model.analysismodel.trace with parameters of type DeployedOperation Modifier and Type Method Description voidOperationCall. 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 DeployedOperation Modifier and Type Field Description protected DeployedOperationOperationCallImpl. operationThe cached value of the 'Operation' reference.Methods in kieker.model.analysismodel.trace.impl that return DeployedOperation Modifier and Type Method Description DeployedOperationOperationCallImpl. basicGetOperation()DeployedOperationOperationCallImpl. getOperation()Methods in kieker.model.analysismodel.trace.impl with parameters of type DeployedOperation Modifier and Type Method Description voidOperationCallImpl. setOperation(DeployedOperation newOperation)