Interface IFineGrainedTracePostprocessor

All Known Implementing Classes:
Pojo2Emf

public interface IFineGrainedTracePostprocessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the fine-grained trace from the EGL execution context in some manner.
  • Method Details

    • postprocess

      void postprocess(Trace trace)
      Process the fine-grained trace from the EGL execution context in some manner. The trace is shared between all clients. Consequently, implementations of this method must not alter the trace.