Uses of Interface
kieker.model.analysismodel.type.StorageType
Packages that use StorageType
Package
Description
-
Uses of StorageType in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature with parameters of type StorageTypeModifier and TypeMethodDescriptionvoidIStorageSignatureExtractor.extract(StorageType storageType) Extract information from the signature to set all other parameter of a storage type. -
Uses of StorageType in kieker.model.analysismodel.assembly
Methods in kieker.model.analysismodel.assembly that return StorageTypeModifier and TypeMethodDescriptionAssemblyStorage.getStorageType()Returns the value of the 'Storage Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type StorageTypeModifier and TypeMethodDescriptionvoidAssemblyStorage.setStorageType(StorageType value) Sets the value of the 'Storage Type' reference. -
Uses of StorageType in kieker.model.analysismodel.assembly.impl
Fields in kieker.model.analysismodel.assembly.impl declared as StorageTypeModifier and TypeFieldDescriptionprotected StorageTypeAssemblyStorageImpl.storageTypeThe cached value of the 'Storage Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return StorageTypeModifier and TypeMethodDescriptionAssemblyStorageImpl.basicGetStorageType()AssemblyStorageImpl.getStorageType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type StorageTypeModifier and TypeMethodDescriptionvoidAssemblyStorageImpl.setStorageType(StorageType newStorageType) -
Uses of StorageType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return StorageTypeModifier and TypeMethodDescriptionTypeFactory.createStorageType()Returns a new object of class 'Storage Type'.Methods in kieker.model.analysismodel.type that return types with arguments of type StorageTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<String,StorageType> ComponentType.getProvidedStorages()Returns the value of the 'Provided Storages' map. -
Uses of StorageType in kieker.model.analysismodel.type.impl
Classes in kieker.model.analysismodel.type.impl that implement StorageTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Storage Type'.Fields in kieker.model.analysismodel.type.impl declared as StorageTypeModifier and TypeFieldDescriptionprotected StorageTypeEStringToStorageTypeMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type StorageTypeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<String,StorageType> ComponentTypeImpl.providedStoragesThe cached value of the 'Provided Storages' map.Methods in kieker.model.analysismodel.type.impl that return StorageTypeModifier and TypeMethodDescriptionTypeFactoryImpl.createStorageType()EStringToStorageTypeMapEntryImpl.getTypedValue()EStringToStorageTypeMapEntryImpl.getValue()EStringToStorageTypeMapEntryImpl.setValue(StorageType value) Methods in kieker.model.analysismodel.type.impl that return types with arguments of type StorageTypeModifier and TypeMethodDescriptionTypeFactoryImpl.createEStringToStorageTypeMapEntry()org.eclipse.emf.common.util.EMap<String,StorageType> EStringToStorageTypeMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<String,StorageType> ComponentTypeImpl.getProvidedStorages()Methods in kieker.model.analysismodel.type.impl with parameters of type StorageTypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEStringToStorageTypeMapEntryImpl.basicSetTypedValue(StorageType newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEStringToStorageTypeMapEntryImpl.setTypedValue(StorageType newValue) EStringToStorageTypeMapEntryImpl.setValue(StorageType value) -
Uses of StorageType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type StorageTypeModifier and TypeMethodDescriptionTypeSwitch.caseStorageType(StorageType object) Returns the result of interpreting the object as an instance of 'Storage Type'.Method parameters in kieker.model.analysismodel.type.util with type arguments of type StorageTypeModifier and TypeMethodDescriptionTypeSwitch.caseEStringToStorageTypeMapEntry(Map.Entry<String, StorageType> object) Returns the result of interpreting the object as an instance of 'EString To Storage Type Map Entry'.