java.lang.Object
org.eclipse.epsilon.egl.dt.traceability.fine.emf.Pojo2Emf
All Implemented Interfaces:
IFineGrainedTracePostprocessor

public class Pojo2Emf extends Object implements IFineGrainedTracePostprocessor
  • Constructor Details

    • Pojo2Emf

      public Pojo2Emf()
  • Method Details

    • postprocess

      public void postprocess(Trace trace)
      Description copied from interface: IFineGrainedTracePostprocessor
      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.
      Specified by:
      postprocess in interface IFineGrainedTracePostprocessor