Uses of Interface
kieker.model.analysismodel.type.StorageType
-
Uses of StorageType in kieker.analysis.architecture.recovery.signature
Methods in kieker.analysis.architecture.recovery.signature with parameters of type StorageType Modifier and Type Method Description voidIStorageSignatureExtractor. 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 StorageType Modifier and Type Method Description StorageTypeAssemblyStorage. getStorageType()Returns the value of the 'Storage Type' reference.Methods in kieker.model.analysismodel.assembly with parameters of type StorageType Modifier and Type Method Description voidAssemblyStorage. 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 StorageType Modifier and Type Field Description protected StorageTypeAssemblyStorageImpl. storageTypeThe cached value of the 'Storage Type' reference.Methods in kieker.model.analysismodel.assembly.impl that return StorageType Modifier and Type Method Description StorageTypeAssemblyStorageImpl. basicGetStorageType()StorageTypeAssemblyStorageImpl. getStorageType()Methods in kieker.model.analysismodel.assembly.impl with parameters of type StorageType Modifier and Type Method Description voidAssemblyStorageImpl. setStorageType(StorageType newStorageType) -
Uses of StorageType in kieker.model.analysismodel.type
Methods in kieker.model.analysismodel.type that return StorageType Modifier and Type Method Description StorageTypeTypeFactory. createStorageType()Returns a new object of class 'Storage Type'.Methods in kieker.model.analysismodel.type that return types with arguments of type StorageType Modifier and Type Method Description org.eclipse.emf.common.util.EMap<java.lang.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 StorageType Modifier and Type Class Description classStorageTypeImplAn implementation of the model object 'Storage Type'.Fields in kieker.model.analysismodel.type.impl declared as StorageType Modifier and Type Field Description protected StorageTypeEStringToStorageTypeMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.type.impl with type parameters of type StorageType Modifier and Type Field Description protected org.eclipse.emf.common.util.EMap<java.lang.String,StorageType>ComponentTypeImpl. providedStoragesThe cached value of the 'Provided Storages' map.Methods in kieker.model.analysismodel.type.impl that return StorageType Modifier and Type Method Description StorageTypeTypeFactoryImpl. createStorageType()StorageTypeEStringToStorageTypeMapEntryImpl. getTypedValue()StorageTypeEStringToStorageTypeMapEntryImpl. getValue()StorageTypeEStringToStorageTypeMapEntryImpl. setValue(StorageType value)Methods in kieker.model.analysismodel.type.impl that return types with arguments of type StorageType Modifier and Type Method Description java.util.Map.Entry<java.lang.String,StorageType>TypeFactoryImpl. createEStringToStorageTypeMapEntry()org.eclipse.emf.common.util.EMap<java.lang.String,StorageType>EStringToStorageTypeMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<java.lang.String,StorageType>ComponentTypeImpl. getProvidedStorages()Methods in kieker.model.analysismodel.type.impl with parameters of type StorageType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEStringToStorageTypeMapEntryImpl. basicSetTypedValue(StorageType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEStringToStorageTypeMapEntryImpl. setTypedValue(StorageType newValue)StorageTypeEStringToStorageTypeMapEntryImpl. setValue(StorageType value) -
Uses of StorageType in kieker.model.analysismodel.type.util
Methods in kieker.model.analysismodel.type.util with parameters of type StorageType Modifier and Type Method Description TTypeSwitch. 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 StorageType Modifier and Type Method Description TTypeSwitch. caseEStringToStorageTypeMapEntry(java.util.Map.Entry<java.lang.String,StorageType> object)Returns the result of interpreting the object as an instance of 'EString To Storage Type Map Entry'.