Class Pojo2Emf
java.lang.Object
org.eclipse.epsilon.egl.dt.traceability.fine.emf.Pojo2Emf
- All Implemented Interfaces:
IFineGrainedTracePostprocessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postprocess
(Trace trace) Process the fine-grained trace from the EGL execution context in some manner.
-
Constructor Details
-
Pojo2Emf
public Pojo2Emf()
-
-
Method Details
-
postprocess
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
-