Interface IStorageSignatureExtractor
public interface IStorageSignatureExtractor
Signature extractor interface for storage references.
- Since:
- 1.3.0
-
Method Summary
Modifier and Type Method Description voidextract(kieker.model.analysismodel.type.StorageType storageType)Extract information from the signature to set all other parameter of a storage type.
-
Method Details
-
extract
void extract(kieker.model.analysismodel.type.StorageType storageType)Extract information from the signature to set all other parameter of a storage type.- Parameters:
storageType- the storage type to be modified
-