Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultComparisonFactory
A default implementation of
IComparisonFactory that creates a new Comparison through the
default CompareFactory . |
Constructor and Description |
---|
DefaultMatchEngine(IEObjectMatcher matcher,
IComparisonFactory comparisonFactory)
This default engine delegates the pairing of EObjects to an
IEObjectMatcher . |
DefaultMatchEngine(IEObjectMatcher eObjectMatcher,
IResourceMatcher resourceMatcher,
IComparisonFactory comparisonFactory)
This default engine delegates the pairing of EObjects to an
IEObjectMatcher . |
Constructor and Description |
---|
MatchEngineFactoryImpl(IEObjectMatcher matcher,
IComparisonFactory comparisonFactory)
Deprecated.
Using this will ignore any weight provider or equality helper extension provided through
extension points. Use another of the constructors if you need this functionality.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.