Uses of Interface
org.eclipse.emf.compare.diff.IDiffEngine
Packages that use IDiffEngine
Package
Description
-
Uses of IDiffEngine in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare declared as IDiffEngineModifier and TypeFieldDescriptionprotected IDiffEngine
EMFCompare.Builder.diffEngine
The IDiffEngine to use to compute comparison.Methods in org.eclipse.emf.compare with parameters of type IDiffEngineModifier and TypeMethodDescriptionEMFCompare.Builder.setDiffEngine
(IDiffEngine de) Sets the IDiffEngine to be used to compute Diff.Constructors in org.eclipse.emf.compare with parameters of type IDiffEngineModifierConstructorDescriptionprotected
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 IDiffEngine in org.eclipse.emf.compare.diff
Classes in org.eclipse.emf.compare.diff that implement IDiffEngineModifier and TypeClassDescriptionclass
The diff engine is in charge of actually computing the differences between the objects mapped by aMatch
object. -
Uses of IDiffEngine in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IDiffEngineModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getDiffEngineDescriptorRegistry()
Returns the registry of Differences engines.