public static interface IMatchEngine.Factory.Registry
IMatchEngine.Factory
.Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
add(IMatchEngine.Factory matchEngineFactory)
Add to the registry the given
IMatchEngine.Factory . |
void |
clear()
Clear the registry.
|
IMatchEngine.Factory |
getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
List<IMatchEngine.Factory> |
getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
IMatchEngine.Factory |
remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
IMatchEngine.Factory getHighestRankingMatchEngineFactory(IComparisonScope scope)
scope
- The given scope.List<IMatchEngine.Factory> getMatchEngineFactories(IComparisonScope scope)
IMatchEngine.Factory
contained in the registry.scope
- The scope on which the match engine factories will be applied.IMatchEngine.Factory
contained in the registry.IMatchEngine.Factory add(IMatchEngine.Factory matchEngineFactory)
IMatchEngine.Factory
.matchEngineFactory
- The given IMatchEngine.Factory
.IMatchEngine.Factory
, or null if there was no entry in the registry for the
class name.IMatchEngine.Factory remove(String className)
IMatchEngine.Factory
designated by the given
String
.className
- The given String
representing a IMatchEngine.Factory
.IMatchEngine.Factory
designated by the given String
.void clear()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.