Class TraceBasedExecutionModelAssembler

java.lang.Object
kieker.analysis.architecture.recovery.assembler.AbstractModelAssembler<kieker.model.analysismodel.trace.OperationCall>
kieker.analysis.architecture.recovery.assembler.TraceBasedExecutionModelAssembler

public class TraceBasedExecutionModelAssembler
extends AbstractModelAssembler<kieker.model.analysismodel.trace.OperationCall>
Since:
1.14
  • Constructor Summary

    Constructors 
    Constructor Description
    TraceBasedExecutionModelAssembler​(kieker.model.analysismodel.execution.ExecutionModel executionModel, kieker.model.analysismodel.source.SourceModel sourceModel, java.lang.String sourceLabel)  
  • Method Summary

    Modifier and Type Method Description
    protected void addExecution​(kieker.model.analysismodel.deployment.DeployedOperation caller, kieker.model.analysismodel.deployment.DeployedOperation callee)  
    void assemble​(kieker.model.analysismodel.trace.OperationCall 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
  • Constructor Details

    • TraceBasedExecutionModelAssembler

      public TraceBasedExecutionModelAssembler​(kieker.model.analysismodel.execution.ExecutionModel executionModel, kieker.model.analysismodel.source.SourceModel sourceModel, java.lang.String sourceLabel)
  • Method Details

    • assemble

      public void assemble​(kieker.model.analysismodel.trace.OperationCall operationCall)
      Description copied from class: AbstractModelAssembler
      Process an event of type T and add corresponding model elements to the model.
      Specified by:
      assemble in class AbstractModelAssembler<kieker.model.analysismodel.trace.OperationCall>
      Parameters:
      operationCall - input event
    • addExecution

      protected void addExecution​(kieker.model.analysismodel.deployment.DeployedOperation caller, kieker.model.analysismodel.deployment.DeployedOperation callee)