Uses of Interface
org.eclipse.emf.compare.conflict.IConflictDetector
Packages that use IConflictDetector
Package
Description
-
Uses of IConflictDetector in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare declared as IConflictDetectorModifier and TypeFieldDescriptionprotected IConflictDetector
EMFCompare.Builder.conflictDetector
The IConflictDetector to use to compute conflicts.Methods in org.eclipse.emf.compare with parameters of type IConflictDetectorModifier and TypeMethodDescriptionEMFCompare.Builder.setConflictDetector
(IConflictDetector cd) Sets the IEquiEngine to be used to compute conflicts between Diff.Constructors in org.eclipse.emf.compare with parameters of type IConflictDetectorModifierConstructorDescriptionprotected
EMFCompare
(IMatchEngine.Factory.Registry matchEngineFactoryRegistry, IDiffEngine diffEngine, IReqEngine reqEngine, IEquiEngine equiEngine, IConflictDetector conflictDetector, IPostProcessor.Descriptor.Registry<?> postProcessorFactoryRegistry) Creates a new EMFCompare object able to compare Notifier with the help of given engines. -
Uses of IConflictDetector in org.eclipse.emf.compare.conflict
Classes in org.eclipse.emf.compare.conflict that implement IConflictDetectorModifier and TypeClassDescriptionclass
The conflict detector is in charge of refining the Comparison model with all detected Conflict between its differences.class
This conflict detector searches for conflictingDiff
s in the sameMatch
as the currentDiff
, as well as amongReferenceChange
s that reference the sameEObject
as the currentDiff
, if it is aReferenceChange
. -
Uses of IConflictDetector in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IConflictDetectorModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getConflictDetectorDescriptorRegistry()
Returns the registry of Conflict detector.