Class StorageTypeModelAssembler

java.lang.Object
kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler<StorageEvent>
kieker.analysis.architecture.recovery.assembler.StorageTypeModelAssembler

public class StorageTypeModelAssembler
extends AbstractModelAssembler<StorageEvent>
Create storage elements in the type model.
Since:
2.0.0
  • Constructor Summary

    Constructors 
    Constructor Description
    StorageTypeModelAssembler​(kieker.model.analysismodel.type.TypeModel typeModel, kieker.model.analysismodel.source.SourceModel sourceModel, java.lang.String sourceLabel, IComponentSignatureExtractor componentSignatureExtractor, IStorageSignatureExtractor storageSignatureExtractor)  
  • Method Summary

    Modifier and Type Method Description
    void assemble​(StorageEvent event)
    Process an event of type T and add corresponding model elements to the model.

    Methods inherited from class kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler

    updateSourceModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait