Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.resource |
Modifier and Type | Method and Description |
---|---|
protected IResourceMatcher |
DefaultMatchEngine.createResourceMatcher()
Deprecated.
use
DefaultMatchEngine constructor with StrategyResourceMatcher parameter
instead. |
protected IResourceMatcher |
DefaultMatchEngine.getResourceMatcher()
Returns the Resource matcher associated with this match engine.
|
Constructor and Description |
---|
DefaultMatchEngine(IEObjectMatcher eObjectMatcher,
IResourceMatcher resourceMatcher,
IComparisonFactory comparisonFactory)
This default engine delegates the pairing of EObjects to an
IEObjectMatcher . |
Modifier and Type | Class and Description |
---|---|
class |
StrategyResourceMatcher
A
StrategyResourceMatcher will be used to match two or three Resource s together; depending
on whether we are doing a two or three way comparison. |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.