Class AbstractMessageTraceProcessingFilter

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
Direct Known Subclasses:
AbstractCallTreeFilter, AbstractGraphProducingFilter, SequenceDiagramFilter, TraceCallTreeFilter

@Deprecated
public abstract class AbstractMessageTraceProcessingFilter
extends AbstractTraceProcessingStage<MessageTrace>
Deprecated.
since 1.15 the class is obsolete
This is an abstract base for components which process message traces.
Since:
1.1
Author:
Andre van Hoorn, Reiner Jung -- teetime port
  • Constructor Details

  • Method Details

    • execute

      protected abstract void execute​(MessageTrace element) throws java.lang.Exception
      Deprecated.
      Specified by:
      execute in class teetime.framework.AbstractConsumerStage<MessageTrace>
      Throws:
      java.lang.Exception