Class AbstractMessageTraceProcessingFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin
Direct Known Subclasses:
AbstractCallTreeFilter, AbstractGraphProducingFilter, MessageTraceWriterFilter, SequenceDiagramFilter, TraceCallTreeFilter

@Deprecated
public abstract class AbstractMessageTraceProcessingFilter
extends AbstractTraceProcessingFilter
Deprecated.
1.15 has been ported to teetime
This is an abstract base for components which process message traces.
Since:
1.1
Author:
Andre van Hoorn
  • Field Details

  • Constructor Details

    • AbstractMessageTraceProcessingFilter

      public AbstractMessageTraceProcessingFilter​(Configuration configuration, IProjectContext projectContext)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component.
  • Method Details

    • inputMessageTraces

      public abstract void inputMessageTraces​(MessageTrace mt) throws java.io.IOException
      Deprecated.
      This is the (abstract) input port for the incoming message traces.
      Parameters:
      mt - The incoming message trace.
      Throws:
      java.io.IOException - on io errors while writing dot files