Uses of Interface
kieker.model.analysismodel.execution.OperationDataflow
Packages that use OperationDataflow
Package
Description
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 (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.
-
Uses of OperationDataflow in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type OperationDataflowModifier and TypeMethodDescriptionbooleanIGraphElementSelector.edgeIsSelected(OperationDataflow value) -
Uses of OperationDataflow in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type OperationDataflowModifier and TypeMethodDescriptionbooleanAllSelector.edgeIsSelected(OperationDataflow value) booleanAllSelectorColor.edgeIsSelected(OperationDataflow value) booleanDiffSelector.edgeIsSelected(OperationDataflow value) booleanIntersectSelector.edgeIsSelected(OperationDataflow value) booleanSubtractSelector.edgeIsSelected(OperationDataflow value) -
Uses of OperationDataflow in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return OperationDataflowModifier and TypeMethodDescriptionExecutionFactory.createOperationDataflow()Returns a new object of class 'Operation Dataflow'.Methods in kieker.model.analysismodel.execution that return types with arguments of type OperationDataflowModifier and TypeMethodDescriptionorg.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 OperationDataflowModifier and TypeClassDescriptionclassAn implementation of the model object 'Operation Dataflow'.Fields in kieker.model.analysismodel.execution.impl declared as OperationDataflowModifier and TypeFieldDescriptionprotected OperationDataflowDeployedOperationsPairToDeployedOperationsMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type OperationDataflowModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedOperation>, OperationDataflow> ExecutionModelImpl.operationDataflowsThe cached value of the 'Operation Dataflows' map.Methods in kieker.model.analysismodel.execution.impl that return OperationDataflowModifier and TypeMethodDescriptionExecutionFactoryImpl.createOperationDataflow()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getTypedValue()DeployedOperationsPairToDeployedOperationsMapEntryImpl.getValue()DeployedOperationsPairToDeployedOperationsMapEntryImpl.setValue(OperationDataflow value) Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type OperationDataflowModifier and TypeMethodDescriptionExecutionFactoryImpl.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 OperationDataflowModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainDeployedOperationsPairToDeployedOperationsMapEntryImpl.basicSetTypedValue(OperationDataflow newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidDeployedOperationsPairToDeployedOperationsMapEntryImpl.setTypedValue(OperationDataflow newValue) DeployedOperationsPairToDeployedOperationsMapEntryImpl.setValue(OperationDataflow value) -
Uses of OperationDataflow in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type OperationDataflowModifier and TypeMethodDescriptionExecutionSwitch.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 OperationDataflowModifier 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'.