| 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  DefaultMatchEnginethat will use identifiers as
 specified by the givenuseIDsenumeration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocationMatchingStrategyThis implementation of a matching strategy will only use String equality on the resource URIs to try and
 find resource mappings. | 
| class  | NameMatchingStrategyThis implementation of a matching strategy will only use String equality on the resource names to try and
 find resource mappings. | 
| class  | NameSimilarityMatchingStrategyThis implementation of a matching strategy will try and determine the resource mappings through the
 similarity of their names. | 
| class  | RootIDMatchingStrategyThis 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.