| 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  DefaultMatchEnginethat will use identifiers as
 specified by the givenuseIDsenumeration. | 
| static IMatchEngine | DefaultMatchEngine. create(UseIdentifiers useIDs,
      WeightProvider.Descriptor.Registry weightProviderRegistry)Helper creator method that instantiate a  DefaultMatchEnginethat will use identifiers as
 specified by the givenuseIDsenumeration. | 
| static IMatchEngine | DefaultMatchEngine. create(UseIdentifiers useIDs,
      WeightProvider.Descriptor.Registry weightProviderRegistry,
      Collection<IResourceMatchingStrategy> strategies)Helper creator method that instantiate a  DefaultMatchEnginethat will use identifiers as
 specified by the givenuseIDsenumeration. | 
| static IEObjectMatcher | DefaultMatchEngine. createDefaultEObjectMatcher(UseIdentifiers useIDs)Creates and configures an  IEObjectMatcherwith the strategy given byuseIDs. | 
| static IEObjectMatcher | DefaultMatchEngine. createDefaultEObjectMatcher(UseIdentifiers useIDs,
                           WeightProvider.Descriptor.Registry weightProviderRegistry)Creates and configures an  IEObjectMatcherwith the strategy given byuseIDs. | 
| Constructor and Description | 
|---|
| MatchEngineFactoryImpl(UseIdentifiers useIDs)Constructor that instantiate a  DefaultMatchEnginethat will use identifiers as specified by the
 givenuseIDsenumeration. | 
| MatchEngineFactoryImpl(UseIdentifiers useIDs,
                      WeightProvider.Descriptor.Registry registry)Constructor that instantiate a  DefaultMatchEnginethat will use identifiers as specified by the
 givenuseIDsenumeration. | 
| Modifier and Type | Field and Description | 
|---|---|
| static UseIdentifiers | DefaultRCPMatchEngineFactory. DEFAULT_USE_IDENTIFIER_ATRIBUTEDefault 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.