Modifier and Type | Method and Description |
---|---|
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 IEObjectMatcher |
DefaultMatchEngine.createDefaultEObjectMatcher(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry)
Creates and configures an
IEObjectMatcher with the strategy given by useIDs . |
Modifier and Type | Class and Description |
---|---|
class |
WeightProviderDescriptorRegistryImpl
This will contain all of the EMF Compare Weight Providers Descriptors.
|
Modifier and Type | Method and Description |
---|---|
static WeightProvider.Descriptor.Registry |
WeightProviderDescriptorRegistryImpl.createStandaloneInstance()
Returns a registry filled with the default weight provider
DefaultWeightProvider and the ecore
weight provider EcoreWeightProvider provided by EMF Compare. |
Constructor and Description |
---|
EditionDistance(WeightProvider.Descriptor.Registry registry)
Instantiate a new Edition Distance.
|
Constructor and Description |
---|
MatchEngineFactoryImpl(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry registry)
Constructor that instantiate a
DefaultMatchEngine that will use identifiers as specified by the
given useIDs enumeration. |
Modifier and Type | Method and Description |
---|---|
WeightProvider.Descriptor.Registry |
EMFCompareRCPPlugin.getWeightProviderRegistry()
Returns the registry of weight providers.
|
Constructor and Description |
---|
WeightProviderDescriptorRegistryListener(String pluginID,
String extensionPointID,
ILog log,
WeightProvider.Descriptor.Registry registry)
Creates a new registry listener with the given weight provider registry to which extension will be
registered.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.