Class ComponentDependencyGraphAllocationFilter

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage<T>
kieker.analysis.architecture.trace.AbstractTraceProcessingStage<kieker.model.system.model.MessageTrace>
kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
kieker.visualization.trace.AbstractGraphProducingFilter<AbstractDependencyGraph<T>>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter<kieker.model.system.model.AllocationComponent>
kieker.visualization.trace.dependency.graph.ComponentDependencyGraphAllocationFilter
All Implemented Interfaces:
IGraphProducingFilter<AbstractDependencyGraph<kieker.model.system.model.AllocationComponent>>

public class ComponentDependencyGraphAllocationFilter
extends AbstractDependencyGraphFilter<kieker.model.system.model.AllocationComponent>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The produced graph is emitted through the single output port.
Since:
0.95a
  • Field Summary

    Fields inherited from class teetime.framework.AbstractConsumerStage

    inputPort

    Fields inherited from class teetime.framework.AbstractStage

    logger
  • Constructor Summary

    Constructors 
    Constructor Description
    ComponentDependencyGraphAllocationFilter​(kieker.model.repository.SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
    Creates a new filter using the given configuration.
  • Method Summary

    Modifier and Type Method Description
    protected void execute​(kieker.model.system.model.MessageTrace t)
    protected void onTerminating()  

    Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFilter

    addDecorator, invokeDecorators, isDependencyAssumed

    Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceProcessingStage

    getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccess

    Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage

    createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemModelRepository, printDebugLogMessage, printErrorLogMessage

    Methods inherited from class teetime.framework.AbstractConsumerStage

    createInputPort, execute, getInputPort

    Methods inherited from class teetime.framework.AbstractStage

    abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ComponentDependencyGraphAllocationFilter

      public ComponentDependencyGraphAllocationFilter​(kieker.model.repository.SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
      Creates a new filter using the given configuration.
      Parameters:
      repository - model repository
      timeUnit - used time unit
  • Method Details

    • execute

      protected void execute​(kieker.model.system.model.MessageTrace t) throws java.lang.Exception
      Specified by:
      execute in class kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
      Throws:
      java.lang.Exception
    • onTerminating

      protected void onTerminating()
      Overrides:
      onTerminating in class teetime.framework.AbstractStage