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 DeployedStorageDeploymentFactory. 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 classDeployedStorageImplAn implementation of the model object 'Deployed Storage'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedStorage Modifier and Type Field Description protected DeployedStorageEStringToDeployedStorageMapEntryImpl. valueThe 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. storagesThe cached value of the 'Storages' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedStorage Modifier and Type Method Description DeployedStorageDeploymentFactoryImpl. createDeployedStorage()DeployedStorageEStringToDeployedStorageMapEntryImpl. getTypedValue()DeployedStorageEStringToDeployedStorageMapEntryImpl. getValue()DeployedStorageEStringToDeployedStorageMapEntryImpl. 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.NotificationChainEStringToDeployedStorageMapEntryImpl. basicSetTypedValue(DeployedStorage newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToDeployedStorageMapEntryImpl. setTypedValue(DeployedStorage newValue)DeployedStorageEStringToDeployedStorageMapEntryImpl. 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 TDeploymentSwitch. 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 TDeploymentSwitch. 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 DeployedStorageStorageDataflow. 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 voidStorageDataflow. 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 DeployedStorageStorageDataflowImpl. storageThe 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. keyThe cached value of the 'Key' containment reference.protected org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>,StorageDataflow>ExecutionModelImpl. storageDataflowsThe cached value of the 'Storage Dataflows' map.Methods in kieker.model.analysismodel.execution.impl that return DeployedStorage Modifier and Type Method Description DeployedStorageStorageDataflowImpl. basicGetStorage()DeployedStorageStorageDataflowImpl. 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 voidStorageDataflowImpl. 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.NotificationChainDeployedOperationsPairToDeployedStorageMapEntryImpl. basicSetTypedKey(Tuple<DeployedOperation,DeployedStorage> newKey, org.eclipse.emf.common.notify.NotificationChain msgs)voidDeployedOperationsPairToDeployedStorageMapEntryImpl. setKey(Tuple<DeployedOperation,DeployedStorage> key)voidDeployedOperationsPairToDeployedStorageMapEntryImpl. 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 TExecutionSwitch. 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'.