| Interface | Description | 
|---|---|
| IResourceMatcher | An  IResourceMatcherwill be used to match two or threeResources together; depending on whether we are doing a two or three
 way comparison. | 
| IResourceMatchingStrategy | A  StrategyResourceMatcherwill be used to match two or threeResources together; depending
 on whether we are doing a two or three way comparison. | 
| Class | Description | 
|---|---|
| LocationMatchingStrategy | This implementation of a matching strategy will only use String equality on the resource URIs to try and
 find resource mappings. | 
| NameMatchingStrategy | This implementation of a matching strategy will only use String equality on the resource names to try and
 find resource mappings. | 
| NameSimilarityMatchingStrategy | This implementation of a matching strategy will try and determine the resource mappings through the
 similarity of their names. | 
| 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. | 
| StrategyResourceMatcher | A  StrategyResourceMatcherwill be used to match two or threeResources together; depending
 on whether we are doing a two or three way comparison. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.