Uses of Interface
org.eclipse.emf.compare.match.IMatchEngine
Packages that use IMatchEngine
Package
Description
-
Uses of IMatchEngine in org.eclipse.emf.compare.match
Classes in org.eclipse.emf.compare.match that implement IMatchEngineModifier and TypeClassDescriptionclass
The Match engine orchestrates the matching process : it takes anscope
as input, iterates over itsleft
,right
andorigin
roots and delegates toIResourceMatcher
s andIEObjectMatcher
s in order to create the resultComparison
model for this scope.Methods in org.eclipse.emf.compare.match that return IMatchEngineModifier and TypeMethodDescriptionstatic IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, Collection<IResourceMatchingStrategy> strategies) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry, Collection<IResourceMatchingStrategy> strategies) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.IMatchEngine.Factory.getMatchEngine()
Returns the wrapped match engine. -
Uses of IMatchEngine in org.eclipse.emf.compare.match.impl
Fields in org.eclipse.emf.compare.match.impl declared as IMatchEngineModifier and TypeFieldDescriptionprotected IMatchEngine
MatchEngineFactoryImpl.matchEngine
The match engine created by this factory.Methods in org.eclipse.emf.compare.match.impl that return IMatchEngineModifier and TypeMethodDescriptionMatchEngineFactoryImpl.getMatchEngine()
Returns the wrapped match engine. -
Uses of IMatchEngine in org.eclipse.emf.compare.rcp.internal.match
Methods in org.eclipse.emf.compare.rcp.internal.match that return IMatchEngineModifier and TypeMethodDescriptionDefaultRCPMatchEngineFactory.getMatchEngine()
Returns the wrapped match engine.