Uses of Interface
kieker.model.analysismodel.deployment.DeployedStorage
-
Uses of DeployedStorage in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedStorage Modifier and Type Method Description DeployedStorage
DeploymentFactory. createDeployedStorage()
Returns a new object of class 'Deployed Storage'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedStorage Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.String,DeployedStorage>
DeployedComponent. getStorages()
Returns the value of the 'Storages' map. -
Uses of DeployedStorage in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeployedStorage Modifier and Type Class Description class
DeployedStorageImpl
An implementation of the model object 'Deployed Storage'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedStorage Modifier and Type Field Description protected DeployedStorage
EStringToDeployedStorageMapEntryImpl. value
The cached value of the 'Value
' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedStorage Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,DeployedStorage>
DeployedComponentImpl. storages
The cached value of the 'Storages
' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedStorage Modifier and Type Method Description DeployedStorage
DeploymentFactoryImpl. createDeployedStorage()
DeployedStorage
EStringToDeployedStorageMapEntryImpl. getTypedValue()
DeployedStorage
EStringToDeployedStorageMapEntryImpl. getValue()
DeployedStorage
EStringToDeployedStorageMapEntryImpl. setValue(DeployedStorage value)
Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedStorage Modifier and Type Method Description java.util.Map.Entry<java.lang.String,DeployedStorage>
DeploymentFactoryImpl. createEStringToDeployedStorageMapEntry()
org.eclipse.emf.common.util.EMap<java.lang.String,DeployedStorage>
EStringToDeployedStorageMapEntryImpl. getEMap()
org.eclipse.emf.common.util.EMap<java.lang.String,DeployedStorage>
DeployedComponentImpl. getStorages()
Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedStorage Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
EStringToDeployedStorageMapEntryImpl. basicSetTypedValue(DeployedStorage newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToDeployedStorageMapEntryImpl. setTypedValue(DeployedStorage newValue)
DeployedStorage
EStringToDeployedStorageMapEntryImpl. setValue(DeployedStorage value)
-
Uses of DeployedStorage in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedStorage Modifier and Type Method Description T
DeploymentSwitch. caseDeployedStorage(DeployedStorage object)
Returns the result of interpreting the object as an instance of 'Deployed Storage'.Method parameters in kieker.model.analysismodel.deployment.util with type arguments of type DeployedStorage Modifier and Type Method Description T
DeploymentSwitch. caseEStringToDeployedStorageMapEntry(java.util.Map.Entry<java.lang.String,DeployedStorage> object)
Returns the result of interpreting the object as an instance of 'EString To Deployed Storage Map Entry'. -
Uses of DeployedStorage in kieker.model.analysismodel.execution
Methods in kieker.model.analysismodel.execution that return DeployedStorage Modifier and Type Method Description DeployedStorage
StorageDataflow. getStorage()
Returns the value of the 'Storage' reference.Methods in kieker.model.analysismodel.execution that return types with arguments of type DeployedStorage 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.Methods in kieker.model.analysismodel.execution with parameters of type DeployedStorage Modifier and Type Method Description void
StorageDataflow. setStorage(DeployedStorage value)
Sets the value of the 'Storage
' reference. -
Uses of DeployedStorage in kieker.model.analysismodel.execution.impl
Fields in kieker.model.analysismodel.execution.impl declared as DeployedStorage Modifier and Type Field Description protected DeployedStorage
StorageDataflowImpl. storage
The cached value of the 'Storage
' reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type DeployedStorage Modifier and Type Field Description protected Tuple<DeployedOperation,DeployedStorage>
DeployedOperationsPairToDeployedStorageMapEntryImpl. key
The cached value of the 'Key
' containment reference.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 DeployedStorage Modifier and Type Method Description DeployedStorage
StorageDataflowImpl. basicGetStorage()
DeployedStorage
StorageDataflowImpl. getStorage()
Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type DeployedStorage 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()
Tuple<DeployedOperation,DeployedStorage>
DeployedOperationsPairToDeployedStorageMapEntryImpl. getKey()
org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>
ExecutionModelImpl. getStorageDataflows()
Tuple<DeployedOperation,DeployedStorage>
DeployedOperationsPairToDeployedStorageMapEntryImpl. getTypedKey()
Methods in kieker.model.analysismodel.execution.impl with parameters of type DeployedStorage Modifier and Type Method Description void
StorageDataflowImpl. setStorage(DeployedStorage newStorage)
Method parameters in kieker.model.analysismodel.execution.impl with type arguments of type DeployedStorage Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
DeployedOperationsPairToDeployedStorageMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedStorage> key)
void
DeployedOperationsPairToDeployedStorageMapEntryImpl. setTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey)
-
Uses of DeployedStorage in kieker.model.analysismodel.execution.util
Method parameters in kieker.model.analysismodel.execution.util with type arguments of type DeployedStorage 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'.