Uses of Interface
org.eclipse.emf.compare.equi.IEquiEngine
Packages that use IEquiEngine
Package
Description
-
Uses of IEquiEngine in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare declared as IEquiEngineModifier and TypeFieldDescriptionprotected IEquiEngine
EMFCompare.Builder.equiEngine
The IEquiEngine to use to compute comparison.Methods in org.eclipse.emf.compare with parameters of type IEquiEngineModifier and TypeMethodDescriptionEMFCompare.Builder.setEquivalenceEngine
(IEquiEngine ee) Sets the IEquiEngine to be used to compute equivalences between Diff.Constructors in org.eclipse.emf.compare with parameters of type IEquiEngineModifierConstructorDescriptionprotected
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 IEquiEngine in org.eclipse.emf.compare.equi
Classes in org.eclipse.emf.compare.equi that implement IEquiEngineModifier and TypeClassDescriptionclass
The requirements engine is in charge of actually computing the equivalences between the differences. -
Uses of IEquiEngine in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IEquiEngineModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getEquiEngineDescriptorRegistry()
Returns the registry of Equivalences engines.