Uses of Interface
kieker.model.analysismodel.deployment.DeployedStorage
Packages that use DeployedStorage
Package
Description
-
Uses of DeployedStorage in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeployedStorageModifier and TypeMethodDescriptionDeploymentFactory.createDeployedStorage()Returns a new object of class 'Deployed Storage'.Methods in kieker.model.analysismodel.deployment that return types with arguments of type DeployedStorageModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<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 DeployedStorageModifier and TypeClassDescriptionclassAn implementation of the model object 'Deployed Storage'.Fields in kieker.model.analysismodel.deployment.impl declared as DeployedStorageModifier and TypeFieldDescriptionprotected DeployedStorageEStringToDeployedStorageMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.deployment.impl with type parameters of type DeployedStorageModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,DeployedStorage> DeployedComponentImpl.storagesThe cached value of the 'Storages' map.Methods in kieker.model.analysismodel.deployment.impl that return DeployedStorageModifier and TypeMethodDescriptionDeploymentFactoryImpl.createDeployedStorage()EStringToDeployedStorageMapEntryImpl.getTypedValue()EStringToDeployedStorageMapEntryImpl.getValue()EStringToDeployedStorageMapEntryImpl.setValue(DeployedStorage value) Methods in kieker.model.analysismodel.deployment.impl that return types with arguments of type DeployedStorageModifier and TypeMethodDescriptionDeploymentFactoryImpl.createEStringToDeployedStorageMapEntry()org.eclipse.emf.common.util.EMap<String,DeployedStorage> EStringToDeployedStorageMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,DeployedStorage> DeployedComponentImpl.getStorages()Methods in kieker.model.analysismodel.deployment.impl with parameters of type DeployedStorageModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToDeployedStorageMapEntryImpl.basicSetTypedValue(DeployedStorage newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToDeployedStorageMapEntryImpl.setTypedValue(DeployedStorage newValue) EStringToDeployedStorageMapEntryImpl.setValue(DeployedStorage value) -
Uses of DeployedStorage in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeployedStorageModifier and TypeMethodDescriptionDeploymentSwitch.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 DeployedStorageModifier and TypeMethodDescriptionDeploymentSwitch.caseEStringToDeployedStorageMapEntry(Map.Entry<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 DeployedStorageModifier and TypeMethodDescriptionStorageDataflow.getStorage()Returns the value of the 'Storage' reference.Methods in kieker.model.analysismodel.execution that return types with arguments of type DeployedStorageModifier and TypeMethodDescriptionorg.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 DeployedStorageModifier and TypeMethodDescriptionvoidStorageDataflow.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 DeployedStorageModifier and TypeFieldDescriptionprotected DeployedStorageStorageDataflowImpl.storageThe cached value of the 'Storage' reference.Fields in kieker.model.analysismodel.execution.impl with type parameters of type DeployedStorageModifier and TypeFieldDescriptionprotected 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 DeployedStorageModifier and TypeMethodDescriptionStorageDataflowImpl.basicGetStorage()StorageDataflowImpl.getStorage()Methods in kieker.model.analysismodel.execution.impl that return types with arguments of type DeployedStorageModifier and TypeMethodDescriptionExecutionFactoryImpl.createDeployedOperationsPairToDeployedStorageMapEntry()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> DeployedOperationsPairToDeployedStorageMapEntryImpl.getEMap()DeployedOperationsPairToDeployedStorageMapEntryImpl.getKey()org.eclipse.emf.common.util.EMap<Tuple<DeployedOperation,DeployedStorage>, StorageDataflow> ExecutionModelImpl.getStorageDataflows()DeployedOperationsPairToDeployedStorageMapEntryImpl.getTypedKey()Methods in kieker.model.analysismodel.execution.impl with parameters of type DeployedStorageModifier and TypeMethodDescriptionvoidStorageDataflowImpl.setStorage(DeployedStorage newStorage) Method parameters in kieker.model.analysismodel.execution.impl with type arguments of type DeployedStorageModifier and TypeMethodDescriptionorg.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 DeployedStorageModifier and TypeMethodDescriptionExecutionSwitch.caseDeployedOperationsPairToDeployedStorageMapEntry(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'.