- weightProvider(WeightProvider) - Method in class org.eclipse.emf.compare.match.eobject.EditionDistance.Builder
-
Configure custom weight provider.
- WeightProvider - Interface in org.eclipse.emf.compare.match.eobject
-
Provide the weight to consider while comparing EObjects by their content.
- WeightProvider.Descriptor - Interface in org.eclipse.emf.compare.match.eobject
-
Wrapper describing the given weight provider.
- WeightProvider.Descriptor.Registry - Interface in org.eclipse.emf.compare.match.eobject
-
Registry of weight provider descriptors.
- WeightProviderDescriptorImpl - Class in org.eclipse.emf.compare.match.eobject.internal
-
A simple implementation of WeightProvider.Descriptor
that will delegate its method implementation
to values given to its constructor.
- WeightProviderDescriptorImpl(WeightProvider, int, Pattern) - Constructor for class org.eclipse.emf.compare.match.eobject.internal.WeightProviderDescriptorImpl
-
Creates the descriptor from an existing weight provider.
- WeightProviderDescriptorRegistryImpl - Class in org.eclipse.emf.compare.match.eobject
-
This will contain all of the EMF Compare Weight Providers Descriptors.
- WeightProviderDescriptorRegistryImpl() - Constructor for class org.eclipse.emf.compare.match.eobject.WeightProviderDescriptorRegistryImpl
-
Creates a new extension registry.
- weights - Variable in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
-
The list of specific weight to apply on specific Features.
- WITHOUT_CONFLICT - Static variable in class org.eclipse.emf.compare.utils.EMFComparePredicates
-
This can be used to test whether a given Diff has no conflict object associated.