Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.impl | |
org.eclipse.emf.compare.rcp.internal.match |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMatchEngine
The Match engine orchestrates the matching process : it takes an
scope as input,
iterates over its left , right and
origin roots and delegates to IResourceMatcher s and
IEObjectMatcher s in order to create the result Comparison model for this scope. |
Modifier and Type | Method and Description |
---|---|
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry,
Collection<IResourceMatchingStrategy> strategies)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
static IMatchEngine |
DefaultMatchEngine.create(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry,
EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry,
Collection<IResourceMatchingStrategy> strategies)
Helper creator method that instantiate a
DefaultMatchEngine that will use identifiers as
specified by the given useIDs enumeration. |
IMatchEngine |
IMatchEngine.Factory.getMatchEngine()
Returns the wrapped match engine.
|
Modifier and Type | Field and Description |
---|---|
protected IMatchEngine |
MatchEngineFactoryImpl.matchEngine
The match engine created by this factory.
|
Modifier and Type | Method and Description |
---|---|
IMatchEngine |
MatchEngineFactoryImpl.getMatchEngine()
Returns the wrapped match engine.
|
Modifier and Type | Method and Description |
---|---|
IMatchEngine |
DefaultRCPMatchEngineFactory.getMatchEngine()
Returns the wrapped match engine.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.