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 INode
AbstractDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
AssemblyLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
AssemblyLevelOperationDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelContextDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
DeploymentLevelOperationDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
TypeLevelComponentDependencyGraphBuilder. addVertex(DeployedOperation deployedOperation)
protected INode
TypeLevelOperationDependencyGraphBuilder. 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 void
TraceBasedExecutionModelAssembler. 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.String
FullyQualifiedNamesFactory. 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 DeployedOperation
DeploymentFactory. 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 class
DeployedOperationImpl
An implementation of the model object 'Deployed Operation'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedOperation Modifier and Type Field Description protected DeployedOperation
EStringToDeployedOperationMapEntryImpl. value
The 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. operations
The cached value of the 'Operations
' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedOperation Modifier and Type Method Description DeployedOperation
DeploymentFactoryImpl. createDeployedOperation()
DeployedOperation
EStringToDeployedOperationMapEntryImpl. getTypedValue()
DeployedOperation
EStringToDeployedOperationMapEntryImpl. getValue()
DeployedOperation
EStringToDeployedOperationMapEntryImpl. 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.NotificationChain
EStringToDeployedOperationMapEntryImpl. basicSetTypedValue(DeployedOperation newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToDeployedOperationMapEntryImpl. setTypedValue(DeployedOperation newValue)
DeployedOperation
EStringToDeployedOperationMapEntryImpl. 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 T
DeploymentSwitch. 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 T
DeploymentSwitch. 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 DeployedOperation
Invocation. getCallee()
Returns the value of the 'Callee' reference.DeployedOperation
OperationDataflow. getCallee()
Returns the value of the 'Callee' reference.DeployedOperation
Invocation. getCaller()
Returns the value of the 'Caller' reference.DeployedOperation
OperationDataflow. getCaller()
Returns the value of the 'Caller' reference.DeployedOperation
StorageDataflow. 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 void
Invocation. setCallee(DeployedOperation value)
Sets the value of the 'Callee
' reference.void
OperationDataflow. setCallee(DeployedOperation value)
Sets the value of the 'Callee
' reference.void
Invocation. setCaller(DeployedOperation value)
Sets the value of the 'Caller
' reference.void
OperationDataflow. setCaller(DeployedOperation value)
Sets the value of the 'Caller
' reference.void
StorageDataflow. 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 DeployedOperation
InvocationImpl. callee
The cached value of the 'Callee
' reference.protected DeployedOperation
OperationDataflowImpl. callee
The cached value of the 'Callee
' reference.protected DeployedOperation
InvocationImpl. caller
The cached value of the 'Caller
' reference.protected DeployedOperation
OperationDataflowImpl. caller
The cached value of the 'Caller
' reference.protected DeployedOperation
StorageDataflowImpl. code
The 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. invocations
The cached value of the 'Invocations
' map.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,Invocation>
ExecutionModelImpl. invocations
The cached value of the 'Invocations
' map.protected Tuple<DeployedOperation,DeployedOperation>
DeployedOperationsPairToDeployedOperationsMapEntryImpl. key
The cached value of the 'Key
' containment reference.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.protected Tuple<DeployedOperation,DeployedOperation>
DeployedOperationsPairToInvocationMapEntryImpl. key
The cached value of the 'Key
' containment reference.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,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 DeployedOperation Modifier and Type Method Description DeployedOperation
InvocationImpl. basicGetCallee()
DeployedOperation
OperationDataflowImpl. basicGetCallee()
DeployedOperation
InvocationImpl. basicGetCaller()
DeployedOperation
OperationDataflowImpl. basicGetCaller()
DeployedOperation
StorageDataflowImpl. basicGetCode()
DeployedOperation
InvocationImpl. getCallee()
DeployedOperation
OperationDataflowImpl. getCallee()
DeployedOperation
InvocationImpl. getCaller()
DeployedOperation
OperationDataflowImpl. getCaller()
DeployedOperation
StorageDataflowImpl. 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 void
InvocationImpl. setCallee(DeployedOperation newCallee)
void
OperationDataflowImpl. setCallee(DeployedOperation newCallee)
void
InvocationImpl. setCaller(DeployedOperation newCaller)
void
OperationDataflowImpl. setCaller(DeployedOperation newCaller)
void
StorageDataflowImpl. 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.NotificationChain
DeployedOperationsPairToDeployedOperationsMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
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)
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
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedStorage> key)
void
DeployedOperationsPairToInvocationMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)
void
DeployedOperationsPairToInvocationMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedOperation> key)
void
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey)
void
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey)
void
DeployedOperationsPairToInvocationMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedOperation> newKey)
void
DeployedOperationsPairToInvocationMapEntryImpl. 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 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. 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'.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'. -
Uses of DeployedOperation in kieker.model.analysismodel.trace
Methods in kieker.model.analysismodel.trace that return DeployedOperation Modifier and Type Method Description DeployedOperation
OperationCall. getOperation()
Returns the value of the 'Operation' reference.Methods in kieker.model.analysismodel.trace with parameters of type DeployedOperation Modifier and Type Method Description void
OperationCall. 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 DeployedOperation
OperationCallImpl. operation
The cached value of the 'Operation
' reference.Methods in kieker.model.analysismodel.trace.impl that return DeployedOperation Modifier and Type Method Description DeployedOperation
OperationCallImpl. basicGetOperation()
DeployedOperation
OperationCallImpl. getOperation()
Methods in kieker.model.analysismodel.trace.impl with parameters of type DeployedOperation Modifier and Type Method Description void
OperationCallImpl. setOperation(DeployedOperation newOperation)