Class Pojo2Emf

    • Constructor Summary

      Constructors 
      Constructor Description
      Pojo2Emf()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postprocess​(Trace trace)
      Process the fine-grained trace from the EGL execution context in some manner.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pojo2Emf

        public Pojo2Emf()
    • Method Detail

      • 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