Uses of Interface
org.eclipse.emf.compare.match.eobject.WeightProvider
Packages that use WeightProvider
Package
Description
-
Uses of WeightProvider in org.eclipse.emf.compare.match.eobject
Classes in org.eclipse.emf.compare.match.eobject that implement WeightProviderModifier and TypeClassDescriptionclass
Abstract implementation which is parameterized to set weights based on features, to ignore features and consider "name" features as more important.class
The default implementation ofWeightProvider
applicable to all objects.class
The implementation ofWeightProvider
applicable to all ecore objects.Methods in org.eclipse.emf.compare.match.eobject that return WeightProviderModifier and TypeMethodDescriptionWeightProvider.Descriptor.Registry.getHighestRankingWeightProvider
(EPackage ePackage) Retrieve the highest ranking weight provider from a givenePackage
.WeightProviderDescriptorRegistryImpl.getHighestRankingWeightProvider
(EPackage ePackage) Retrieve the highest ranking weight provider from a givenePackage
.WeightProvider.Descriptor.getWeightProvider()
Returns the wrapped weight provider.Methods in org.eclipse.emf.compare.match.eobject that return types with arguments of type WeightProviderModifier and TypeMethodDescriptionWeightProvider.Descriptor.Registry.getWeightProviders
(EPackage ePackage) Retrieve the weight providers from a givenePackage
.com.google.common.collect.ImmutableList
<WeightProvider> WeightProviderDescriptorRegistryImpl.getWeightProviders
(EPackage ePackage) Retrieve the weight providers from a givenePackage
.Methods in org.eclipse.emf.compare.match.eobject with parameters of type WeightProviderModifier and TypeMethodDescriptionEditionDistance.Builder.weightProvider
(WeightProvider provider) Configure custom weight provider. -
Uses of WeightProvider in org.eclipse.emf.compare.match.eobject.internal
Methods in org.eclipse.emf.compare.match.eobject.internal that return WeightProviderModifier and TypeMethodDescriptionWeightProviderDescriptorImpl.getWeightProvider()
Returns the wrapped weight provider.Constructors in org.eclipse.emf.compare.match.eobject.internal with parameters of type WeightProviderModifierConstructorDescriptionWeightProviderDescriptorImpl
(WeightProvider weightProvider, int r, Pattern nsURI) Creates the descriptor from an existing weight provider. -
Uses of WeightProvider in org.eclipse.emf.compare.rcp.internal.match
Methods in org.eclipse.emf.compare.rcp.internal.match that return WeightProviderModifier and TypeMethodDescriptionWeightProviderDescriptorRCPImpl.getWeightProvider()
Returns the wrapped weight provider.