Uses of Interface
org.eclipse.emf.compare.match.IComparisonFactory
Packages that use IComparisonFactory
-
Uses of IComparisonFactory in org.eclipse.emf.compare.match
Classes in org.eclipse.emf.compare.match that implement IComparisonFactoryModifier and TypeClassDescriptionclass
A default implementation ofIComparisonFactory
that creates a newComparison
through thedefault CompareFactory
.Constructors in org.eclipse.emf.compare.match with parameters of type IComparisonFactoryModifierConstructorDescriptionDefaultMatchEngine
(IEObjectMatcher matcher, IComparisonFactory comparisonFactory) This default engine delegates the pairing of EObjects to anIEObjectMatcher
.DefaultMatchEngine
(IEObjectMatcher eObjectMatcher, IResourceMatcher resourceMatcher, IComparisonFactory comparisonFactory) This default engine delegates the pairing of EObjects to anIEObjectMatcher
. -
Uses of IComparisonFactory in org.eclipse.emf.compare.match.impl
Constructors in org.eclipse.emf.compare.match.impl with parameters of type IComparisonFactoryModifierConstructorDescriptionMatchEngineFactoryImpl
(IEObjectMatcher matcher, IComparisonFactory comparisonFactory) Deprecated.Using this will ignore any weight provider or equality helper extension provided through extension points.