Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.resource |
Modifier and Type | Method and Description |
---|---|
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry,
Collection<IResourceMatchingStrategy> strategies)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry,
EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry,
Collection<IResourceMatchingStrategy> strategies)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
LocationMatchingStrategy
This implementation of a matching strategy will only use String equality on the resource URIs to try and
find resource mappings.
|
class |
NameMatchingStrategy
This implementation of a matching strategy will only use String equality on the resource names to try and
find resource mappings.
|
class |
NameSimilarityMatchingStrategy
This implementation of a matching strategy will try and determine the resource mappings through the
similarity of their names.
|
class |
RootIDMatchingStrategy
This implementation of a matching strategy checks for the IDs of the resources' roots, and consider that
resources match if the identifiers of their roots do.
|
Modifier and Type | Method and Description |
---|---|
protected IResourceMatchingStrategy[] |
StrategyResourceMatcher.getResourceMatchingStrategies()
Returns the matching strategies that are to be used by this resource matcher.
|
Constructor and Description |
---|
StrategyResourceMatcher(Collection<IResourceMatchingStrategy> strategies)
Constructor that allows to give your own
IResourceMatchingStrategy . |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.