Package org.eclipse.emf.compare.conflict
package org.eclipse.emf.compare.conflict
-
ClassDescriptionThe conflict detector is in charge of refining the Comparison model with all detected Conflict between its differences.This class defines the general contract of a Conflict detector.This conflict detector searches for conflicting
Diff
s in the sameMatch
as the currentDiff
, as well as amongReferenceChange
s that reference the sameEObject
as the currentDiff
, if it is aReferenceChange
.