| Interface | Description | 
|---|---|
| IComparisonFactory | A factory for  Comparison. | 
| IEqualityHelperFactory | A factory that instantiate IEqualityHelper. | 
| IMatchEngine | This class defines the general contract of a Matching engine. | 
| IMatchEngine.Factory | Wrapper describing the given match engine. | 
| IMatchEngine.Factory.Registry | A registry of  IMatchEngine.Factory. | 
| Class | Description | 
|---|---|
| DefaultComparisonFactory | A default implementation of  IComparisonFactorythat creates a newComparisonthrough thedefault CompareFactory. | 
| DefaultEqualityHelperFactory | Default implementation of  IEqualityHelperFactory. | 
| DefaultMatchEngine | The Match engine orchestrates the matching process : it takes an  scopeas input,
 iterates over itsleft,rightandoriginroots and delegates toIResourceMatchers andIEObjectMatchers in order to create the resultComparisonmodel for this scope. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.