Uses of Interface
org.eclipse.emf.compare.match.resource.IResourceMatcher
Packages that use IResourceMatcher
-
Uses of IResourceMatcher in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match that return IResourceMatcherModifier and TypeMethodDescriptionprotected IResourceMatcher
DefaultMatchEngine.createResourceMatcher()
Deprecated.protected final IResourceMatcher
DefaultMatchEngine.getResourceMatcher()
Returns the Resource matcher associated with this match engine.Constructors in org.eclipse.emf.compare.match with parameters of type IResourceMatcherModifierConstructorDescriptionDefaultMatchEngine
(IEObjectMatcher eObjectMatcher, IResourceMatcher resourceMatcher, IComparisonFactory comparisonFactory) This default engine delegates the pairing of EObjects to anIEObjectMatcher
. -
Uses of IResourceMatcher in org.eclipse.emf.compare.match.resource
Classes in org.eclipse.emf.compare.match.resource that implement IResourceMatcherModifier and TypeClassDescriptionclass
AStrategyResourceMatcher
will be used to match two or threeResource
s together; depending on whether we are doing a two or three way comparison.
DefaultMatchEngine
constructor withStrategyResourceMatcher
parameter instead.