Package | Description |
---|---|
org.eclipse.emf.compare.match | |
org.eclipse.emf.compare.match.impl | |
org.eclipse.emf.compare.rcp.internal.match | |
org.eclipse.emf.compare.utils |
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 IEObjectMatcher |
DefaultMatchEngine.createDefaultEObjectMatcher(UseIdentifiers useIDs)
Creates and configures an
IEObjectMatcher with the strategy given by useIDs . |
static IEObjectMatcher |
DefaultMatchEngine.createDefaultEObjectMatcher(UseIdentifiers useIDs,
WeightProvider.Descriptor.Registry weightProviderRegistry)
Creates and configures an
IEObjectMatcher with the strategy given by useIDs . |
Constructor and Description |
---|
MatchEngineFactoryImpl(UseIdentifiers useIDs)
Constructor that instantiate a
DefaultMatchEngine that will use identifiers as specified by the
given useIDs enumeration. |
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 | Field and Description |
---|---|
static UseIdentifiers |
DefaultRCPMatchEngineFactory.DEFAULT_USE_IDENTIFIER_ATRIBUTE
Default value of USE_IDENTIFIER_ATTR attribute.
|
Modifier and Type | Method and Description |
---|---|
static UseIdentifiers |
DefaultRCPMatchEngineFactory.getUseIdentifierValue(org.osgi.service.prefs.Preferences pref)
Parse the input preference to retrieve the value of
DefaultRCPMatchEngineFactory.USE_IDENTIFIER_ATTR . |
Modifier and Type | Method and Description |
---|---|
static UseIdentifiers |
UseIdentifiers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseIdentifiers[] |
UseIdentifiers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.