Package org.eclipse.emf.compare.diff
package org.eclipse.emf.compare.diff
-
ClassDescriptionThe diff engine is in charge of actually computing the differences between the objects mapped by a
Match
object.This default implementation of anIDiffProcessor
will build the necessary differences and attach them to the appropriateMatch
.FeatureFilter
s will be used by the default implementation of a diff engine in order to determine which features it is to check for differences.This class defines the general contract of a Differencing engine.AnIDiffProcessor
is meant to be used in order to react to the detection of differences by the diff engine.