Uses of Interface
kieker.model.analysismodel.execution.StorageDataflow
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 StorageDataflow in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph with parameters of type StorageDataflow Modifier and Type Method Description boolean
IGraphElementSelector. edgeIsSelected(StorageDataflow value)
-
Uses of StorageDataflow in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector with parameters of type StorageDataflow Modifier and Type Method Description boolean
AllSelector. edgeIsSelected(StorageDataflow value)
boolean
AllSelectorColor. edgeIsSelected(StorageDataflow value)
boolean
DiffSelector. edgeIsSelected(StorageDataflow value)
boolean
IntersectSelector. edgeIsSelected(StorageDataflow value)
boolean
SubtractSelector. edgeIsSelected(StorageDataflow value)
-
Uses of StorageDataflow in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return StorageDataflow Modifier and Type Method Description StorageDataflow
ExecutionFactory. createStorageDataflow()
Returns a new object of class 'Storage Dataflow'.Methods in kieker.model.analysismodel.execution that return types with arguments of type StorageDataflow Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
ExecutionModel. getStorageDataflows()
Returns the value of the 'Storage Dataflows' map. -
Uses of StorageDataflow in kieker.model.analysismodel.execution.impl
Classes in kieker.model.analysismodel.execution.impl that implement StorageDataflow Modifier and Type Class Description class
StorageDataflowImpl
An implementation of the model object 'Storage Dataflow'.Fields in kieker.model.analysismodel.execution.impl declared as StorageDataflow Modifier and Type Field Description protected StorageDataflow
DeployedOperationsPairToDeployedStorageMapEntryImpl. value
The cached value of the 'Value
' containment reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type StorageDataflow Modifier and Type Field Description 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 StorageDataflow Modifier and Type Method Description StorageDataflow
ExecutionFactoryImpl. createStorageDataflow()
StorageDataflow
DeployedOperationsPairToDeployedStorageMapEntryImpl. getTypedValue()
StorageDataflow
DeployedOperationsPairToDeployedStorageMapEntryImpl. getValue()
StorageDataflow
DeployedOperationsPairToDeployedStorageMapEntryImpl. setValue(StorageDataflow value)
Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type StorageDataflow Modifier and Type Method Description java.util.Map.Entry<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
ExecutionFactoryImpl. createDeployedOperationsPairToDeployedStorageMapEntry()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
DeployedOperationsPairToDeployedStorageMapEntryImpl. getEMap()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
ExecutionModelImpl. getStorageDataflows()
Methods in kieker.model.analysismodel.execution.impl with parameters of type StorageDataflow Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToDeployedStorageMapEntryImpl. basicSetTypedValue(StorageDataflow newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setTypedValue(StorageDataflow newValue)
StorageDataflow
DeployedOperationsPairToDeployedStorageMapEntryImpl. setValue(StorageDataflow value)
-
Uses of StorageDataflow in kieker.model.analysismodel.execution.util
Methods in kieker.model.analysismodel.execution.util with parameters of type StorageDataflow Modifier and Type Method Description T
ExecutionSwitch. caseStorageDataflow(StorageDataflow object)
Returns the result of interpreting the object as an instance of 'Storage Dataflow'.Method parameters in kieker.model.analysismodel.execution.util with type arguments of type StorageDataflow Modifier and Type Method Description 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'.