Uses of Interface
org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor
Packages that use WeightProvider.Descriptor
Package
Description
-
Uses of WeightProvider.Descriptor in org.eclipse.emf.compare.match.eobject
Methods in org.eclipse.emf.compare.match.eobject that return WeightProvider.DescriptorModifier and TypeMethodDescriptionWeightProvider.Descriptor.Registry.put
(String key, WeightProvider.Descriptor descriptor) Adds a weight provider to the registry.WeightProviderDescriptorRegistryImpl.put
(String key, WeightProvider.Descriptor weightProvider) Adds a weight provider to the registry.Removes a weight provider from this registry.Removes a weight provider from this registry.Methods in org.eclipse.emf.compare.match.eobject that return types with arguments of type WeightProvider.DescriptorModifier and TypeMethodDescriptionWeightProvider.Descriptor.Registry.getDescriptors()
This will return a copy of the registered weight providers list.com.google.common.collect.ImmutableList<WeightProvider.Descriptor>
WeightProviderDescriptorRegistryImpl.getDescriptors()
This will return a copy of the registered weight providers list.Methods in org.eclipse.emf.compare.match.eobject with parameters of type WeightProvider.DescriptorModifier and TypeMethodDescriptionWeightProvider.Descriptor.Registry.put
(String key, WeightProvider.Descriptor descriptor) Adds a weight provider to the registry.WeightProviderDescriptorRegistryImpl.put
(String key, WeightProvider.Descriptor weightProvider) Adds a weight provider to the registry. -
Uses of WeightProvider.Descriptor in org.eclipse.emf.compare.match.eobject.internal
Classes in org.eclipse.emf.compare.match.eobject.internal that implement WeightProvider.DescriptorModifier and TypeClassDescriptionclass
A simple implementation ofWeightProvider.Descriptor
that will delegate its method implementation to values given to its constructor. -
Uses of WeightProvider.Descriptor in org.eclipse.emf.compare.rcp.internal.match
Classes in org.eclipse.emf.compare.rcp.internal.match that implement WeightProvider.DescriptorModifier and TypeClassDescriptionclass
Describes an extension as contributed to the "org.eclipse.emf.compare.rcp.weightProvider" extension point.