Uses of Interface
org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor.Registry
Packages that use WeightProvider.Descriptor.Registry
Package
Description
-
Uses of WeightProvider.Descriptor.Registry in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match with parameters of type WeightProvider.Descriptor.RegistryModifier and TypeMethodDescriptionstatic 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.static IEObjectMatcher
DefaultMatchEngine.createDefaultEObjectMatcher
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Creates and configures anIEObjectMatcher
with the strategy given byuseIDs
.static IEObjectMatcher
DefaultMatchEngine.createDefaultEObjectMatcher
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry) Creates and configures anIEObjectMatcher
with the strategy given byuseIDs
. -
Uses of WeightProvider.Descriptor.Registry in org.eclipse.emf.compare.match.eobject
Classes in org.eclipse.emf.compare.match.eobject that implement WeightProvider.Descriptor.RegistryModifier and TypeClassDescriptionclass
This will contain all of the EMF Compare Weight Providers Descriptors.Methods in org.eclipse.emf.compare.match.eobject that return WeightProvider.Descriptor.RegistryModifier and TypeMethodDescriptionWeightProviderDescriptorRegistryImpl.createStandaloneInstance()
Returns a registry filled with the default weight providerDefaultWeightProvider
and the ecore weight providerEcoreWeightProvider
provided by EMF Compare.Constructors in org.eclipse.emf.compare.match.eobject with parameters of type WeightProvider.Descriptor.RegistryModifierConstructorDescriptionEditionDistance
(WeightProvider.Descriptor.Registry weightProviderRegistry) Instantiate a new Edition Distance.EditionDistance
(WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry) Instantiate a new Edition Distance. -
Uses of WeightProvider.Descriptor.Registry in org.eclipse.emf.compare.match.impl
Constructors in org.eclipse.emf.compare.match.impl with parameters of type WeightProvider.Descriptor.RegistryModifierConstructorDescriptionMatchEngineFactoryImpl
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Constructor that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.MatchEngineFactoryImpl
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry) Constructor that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration. -
Uses of WeightProvider.Descriptor.Registry in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return WeightProvider.Descriptor.RegistryModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getWeightProviderRegistry()
Returns the registry of weight providers. -
Uses of WeightProvider.Descriptor.Registry in org.eclipse.emf.compare.rcp.internal.match
Constructors in org.eclipse.emf.compare.rcp.internal.match with parameters of type WeightProvider.Descriptor.RegistryModifierConstructorDescriptionWeightProviderDescriptorRegistryListener
(String pluginID, String extensionPointID, org.eclipse.core.runtime.ILog log, WeightProvider.Descriptor.Registry registry) Creates a new registry listener with the given weight provider registry to which extension will be registered.