Package org.eclipse.emf.compare.postprocessor
-
Interface Summary Interface Description IPostProcessor Implementations of this interface can be used in order to tell EMF Compare how to make post treatments at each step of the comparison.IPostProcessor.Descriptor Wrapper describing the given post processor.IPostProcessor.Descriptor.Registry<K> Registry of post processor. -
Class Summary Class Description BasicPostProcessorDescriptorImpl A simple implementation ofIPostProcessor.Descriptor
that will delegate its method implementation to values given to its constructor.PostProcessorDescriptorRegistryImpl<K> This will contain all of the EMF Compare extensions.