Uses of Interface
org.eclipse.emf.compare.match.IMatchEngine.Factory
Packages that use IMatchEngine.Factory
Package
Description
-
Uses of IMatchEngine.Factory in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match that return IMatchEngine.FactoryModifier and TypeMethodDescriptionIMatchEngine.Factory.Registry.add
(IMatchEngine.Factory matchEngineFactory) Add to the registry the givenIMatchEngine.Factory
.IMatchEngine.Factory.Registry.getHighestRankingMatchEngineFactory
(IComparisonScope scope) Returns the match engine factory, for the given scope, owning the highest ranking.Remove from the registry theIMatchEngine.Factory
designated by the givenString
.Methods in org.eclipse.emf.compare.match that return types with arguments of type IMatchEngine.FactoryModifier and TypeMethodDescriptionIMatchEngine.Factory.Registry.getMatchEngineFactories
(IComparisonScope scope) Returns the list ofIMatchEngine.Factory
contained in the registry.Methods in org.eclipse.emf.compare.match with parameters of type IMatchEngine.FactoryModifier and TypeMethodDescriptionIMatchEngine.Factory.Registry.add
(IMatchEngine.Factory matchEngineFactory) Add to the registry the givenIMatchEngine.Factory
. -
Uses of IMatchEngine.Factory in org.eclipse.emf.compare.match.impl
Classes in org.eclipse.emf.compare.match.impl that implement IMatchEngine.FactoryModifier and TypeClassDescriptionclass
The default implementation of theIMatchEngine.Factory.Registry
.Methods in org.eclipse.emf.compare.match.impl that return IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryImpl.add
(IMatchEngine.Factory filter) Add to the registry the givenIMatchEngine.Factory
.MatchEngineFactoryRegistryImpl.getHighestRankingMatchEngineFactory
(IComparisonScope scope) Returns the match engine factory, for the given scope, owning the highest ranking.Remove from the registry theIMatchEngine.Factory
designated by the givenString
.Methods in org.eclipse.emf.compare.match.impl that return types with arguments of type IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryImpl.getMatchEngineFactories
(IComparisonScope scope) Returns the list ofIMatchEngine.Factory
contained in the registry.Methods in org.eclipse.emf.compare.match.impl with parameters of type IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryImpl.add
(IMatchEngine.Factory filter) Add to the registry the givenIMatchEngine.Factory
. -
Uses of IMatchEngine.Factory in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IMatchEngine.FactoryModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getMatchEngineFactoryDescriptorRegistry()
Returns the match engine factory registry to which extension will be registered. -
Uses of IMatchEngine.Factory in org.eclipse.emf.compare.rcp.internal.match
Classes in org.eclipse.emf.compare.rcp.internal.match that implement IMatchEngine.FactoryModifier and TypeClassDescriptionclass
Implementation ofIMatchEngine.Factory
for theDefaultMatchEngine
that can be configured.Methods in org.eclipse.emf.compare.rcp.internal.match that return IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryWrapper.add
(IMatchEngine.Factory factory) Add to the registry the givenIMatchEngine.Factory
.MatchEngineFactoryRegistryWrapper.getHighestRankingMatchEngineFactory
(IComparisonScope scope) Returns the match engine factory, for the given scope, owning the highest ranking.MatchEngineFactoryDescriptor.getItem()
Create an item.Remove from the registry theIMatchEngine.Factory
designated by the givenString
.Methods in org.eclipse.emf.compare.rcp.internal.match that return types with arguments of type IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryWrapper.getMatchEngineFactories
(IComparisonScope scope) Returns the list ofIMatchEngine.Factory
contained in the registry.Methods in org.eclipse.emf.compare.rcp.internal.match with parameters of type IMatchEngine.FactoryModifier and TypeMethodDescriptionMatchEngineFactoryRegistryWrapper.add
(IMatchEngine.Factory factory) Add to the registry the givenIMatchEngine.Factory
.Constructor parameters in org.eclipse.emf.compare.rcp.internal.match with type arguments of type IMatchEngine.FactoryModifierConstructorDescriptionMatchEngineFactoryRegistryListener
(String pluginID, String extensionPointID, org.eclipse.core.runtime.ILog log, IItemRegistry<IMatchEngine.Factory> registry) Creates a new registry listener with the given match engine factory registry to which extension will be registered.Constructor.