Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.impl |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.add(IMatchEngine.Factory matchEngineFactory)
Add to the registry the given
IMatchEngine.Factory . |
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
Modifier and Type | Method and Description |
---|---|
List<IMatchEngine.Factory> |
IMatchEngine.Factory.Registry.getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
IMatchEngine.Factory.Registry.add(IMatchEngine.Factory matchEngineFactory)
Add to the registry the given
IMatchEngine.Factory . |
Modifier and Type | Class and Description |
---|---|
class |
MatchEngineFactoryImpl
The default implementation of the
IMatchEngine.Factory.Registry . |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.add(IMatchEngine.Factory filter)
Add to the registry the given
IMatchEngine.Factory . |
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.getHighestRankingMatchEngineFactory(IComparisonScope scope)
Returns the match engine factory, for the given scope, owning the highest ranking.
|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.remove(String className)
Remove from the registry the
IMatchEngine.Factory designated by the given
String . |
Modifier and Type | Method and Description |
---|---|
List<IMatchEngine.Factory> |
MatchEngineFactoryRegistryImpl.getMatchEngineFactories(IComparisonScope scope)
Returns the list of
IMatchEngine.Factory contained in the registry. |
Modifier and Type | Method and Description |
---|---|
IMatchEngine.Factory |
MatchEngineFactoryRegistryImpl.add(IMatchEngine.Factory filter)
Add to the registry the given
IMatchEngine.Factory . |
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.