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

    • INPUT_PORT_NAME_MESSAGE_TRACES

      public static final String INPUT_PORT_NAME_MESSAGE_TRACES
      Deprecated.
      The name of the input port receiving the message traces.
      See Also:
  • 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 IOException
      Deprecated.
      This is the (abstract) input port for the incoming message traces.
      Parameters:
      mt - The incoming message trace.
      Throws:
      IOException - on io errors while writing dot files