Class InvocationExecutionModelAssembler

java.lang.Object
kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler<DeployedOperationCallEvent>
kieker.analysis.architecture.recovery.assembler.InvocationExecutionModelAssembler

public class InvocationExecutionModelAssembler
extends AbstractModelAssembler<DeployedOperationCallEvent>
Assemble execution model based on operation call tuples.
Since:
1.14
Author:
Sören Henning
  • Constructor Summary

    Constructors 
    Constructor Description
    InvocationExecutionModelAssembler​(ExecutionModel executionModel, SourceModel sourceModel, java.lang.String sourceLabel)  
  • Method Summary

    Modifier and Type Method Description
    void assemble​(DeployedOperationCallEvent operationCall)
    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