Uses of Interface
kieker.model.analysismodel.execution.OperationDataflow
Package | Description |
---|---|
kieker.analysis.generic.graph |
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.generic.graph.selector |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
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.execution | |
kieker.model.analysismodel.execution.impl | |
kieker.model.analysismodel.execution.util |
-
Uses of OperationDataflow in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type OperationDataflow Modifier and Type Method Description boolean
IGraphElementSelector. edgeIsSelected(OperationDataflow value)
-
Uses of OperationDataflow in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type OperationDataflow Modifier and Type Method Description boolean
AllSelector. edgeIsSelected(OperationDataflow value)
boolean
AllSelectorColor. edgeIsSelected(OperationDataflow value)
boolean
DiffSelector. edgeIsSelected(OperationDataflow value)
boolean
IntersectSelector. edgeIsSelected(OperationDataflow value)
boolean
SubtractSelector. edgeIsSelected(OperationDataflow value)
-
Uses of OperationDataflow in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return OperationDataflow Modifier and Type Method Description OperationDataflow
ExecutionFactory. createOperationDataflow()
Returns a new object of class 'Operation Dataflow'.Methods in kieker.model.analysismodel.execution that return types with arguments of type OperationDataflow Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
ExecutionModel. getOperationDataflows()
Returns the value of the 'Operation Dataflows' map. -
Uses of OperationDataflow in kieker.model.analysismodel.execution.impl
Classes in kieker.model.analysismodel.execution.impl that implement OperationDataflow Modifier and Type Class Description class
OperationDataflowImpl
An implementation of the model object 'Operation Dataflow'.Fields in kieker.model.analysismodel.execution.impl declared as OperationDataflow Modifier and Type Field Description protected OperationDataflow
DeployedOperationsPairToDeployedOperationsMapEntryImpl. value
The cached value of the 'Value
' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type OperationDataflow Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
ExecutionModelImpl. operationDataflows
The cached value of the 'Operation Dataflows
' map.Methods in kieker.model.analysismodel.execution.impl that return OperationDataflow Modifier and Type Method Description OperationDataflow
ExecutionFactoryImpl. createOperationDataflow()
OperationDataflow
DeployedOperationsPairToDeployedOperationsMapEntryImpl. getTypedValue()
OperationDataflow
DeployedOperationsPairToDeployedOperationsMapEntryImpl. getValue()
OperationDataflow
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setValue(OperationDataflow value)
Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type OperationDataflow Modifier and Type Method Description java.util.Map.Entry<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
ExecutionFactoryImpl. createDeployedOperationsPairToDeployedOperationsMapEntry()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
DeployedOperationsPairToDeployedOperationsMapEntryImpl. getEMap()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>,OperationDataflow>
ExecutionModelImpl. getOperationDataflows()
Methods in kieker.model.analysismodel.execution.impl with parameters of type OperationDataflow Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToDeployedOperationsMapEntryImpl. basicSetTypedValue(OperationDataflow newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setTypedValue(OperationDataflow newValue)
OperationDataflow
DeployedOperationsPairToDeployedOperationsMapEntryImpl. setValue(OperationDataflow value)
-
Uses of OperationDataflow in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type OperationDataflow Modifier and Type Method Description T
ExecutionSwitch. caseOperationDataflow(OperationDataflow object)
Returns the result of interpreting the object as an instance of 'Operation Dataflow'.Method parameters in kieker.model.analysismodel.execution.util with type arguments of type OperationDataflow 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'.