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 void
IStorageSignatureExtractor. 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 StorageType
AssemblyStorage. 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 void
AssemblyStorage. 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 StorageType
AssemblyStorageImpl. storageType
The cached value of the 'Storage Type
' reference.Methods in kieker.model.analysismodel.assembly.impl that return StorageType Modifier and Type Method Description StorageType
AssemblyStorageImpl. basicGetStorageType()
StorageType
AssemblyStorageImpl. getStorageType()
Methods in kieker.model.analysismodel.assembly.impl with parameters of type StorageType Modifier and Type Method Description void
AssemblyStorageImpl. 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 StorageType
TypeFactory. 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 class
StorageTypeImpl
An implementation of the model object 'Storage Type'.Fields in kieker.model.analysismodel.type.impl declared as StorageType Modifier and Type Field Description protected StorageType
EStringToStorageTypeMapEntryImpl. value
The 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. providedStorages
The cached value of the 'Provided Storages
' map.Methods in kieker.model.analysismodel.type.impl that return StorageType Modifier and Type Method Description StorageType
TypeFactoryImpl. createStorageType()
StorageType
EStringToStorageTypeMapEntryImpl. getTypedValue()
StorageType
EStringToStorageTypeMapEntryImpl. getValue()
StorageType
EStringToStorageTypeMapEntryImpl. 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.NotificationChain
EStringToStorageTypeMapEntryImpl. basicSetTypedValue(StorageType newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EStringToStorageTypeMapEntryImpl. setTypedValue(StorageType newValue)
StorageType
EStringToStorageTypeMapEntryImpl. 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 T
TypeSwitch. 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 T
TypeSwitch. 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'.