public static interface IMatchEngine.Factory
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | IMatchEngine.Factory.RegistryA registry of  IMatchEngine.Factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| IMatchEngine | getMatchEngine()Returns the wrapped match engine. | 
| int | getRanking()Returns the ranking of this match engine factory. | 
| boolean | isMatchEngineFactoryFor(IComparisonScope scope)Check if the match engine factory is a good candidate for comparison. | 
| void | setRanking(int parseInt)Set the ranking of this match engine factory. | 
IMatchEngine getMatchEngine()
int getRanking()
void setRanking(int parseInt)
parseInt - The ranking.boolean isMatchEngineFactoryFor(IComparisonScope scope)
scope - The scope on which the match engine factory will be applied.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.