Class Pojo2Emf
- java.lang.Object
-
- org.eclipse.epsilon.egl.dt.traceability.fine.emf.Pojo2Emf
-
- All Implemented Interfaces:
IFineGrainedTracePostprocessor
public class Pojo2Emf extends Object implements IFineGrainedTracePostprocessor
-
-
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.
-
-
-
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 interfaceIFineGrainedTracePostprocessor
-
-