Uses of Interface
org.eclipse.emf.compare.match.eobject.ProximityEObjectMatcher.DistanceFunction
Packages that use ProximityEObjectMatcher.DistanceFunction
Package
Description
-
Uses of ProximityEObjectMatcher.DistanceFunction in org.eclipse.emf.compare.match.eobject
Classes in org.eclipse.emf.compare.match.eobject that implement ProximityEObjectMatcher.DistanceFunctionModifier and TypeClassDescriptionclass
This class wraps a DistanceFunction and cache its result.class
This distance function implementation will actually compare the given EObject.Constructors in org.eclipse.emf.compare.match.eobject with parameters of type ProximityEObjectMatcher.DistanceFunctionModifierConstructorDescriptionCreate a new caching distance.Create the matcher using the given distance function. -
Uses of ProximityEObjectMatcher.DistanceFunction in org.eclipse.emf.compare.match.eobject.internal
Constructors in org.eclipse.emf.compare.match.eobject.internal with parameters of type ProximityEObjectMatcher.DistanceFunctionModifierConstructorDescriptionByTypeIndex
(ProximityEObjectMatcher.DistanceFunction meter, ScopeQuery scope) Create a new instance using the givenProximityEObjectMatcher.DistanceFunction
to instantiate delegate indexes on demand.ProximityIndex
(ProximityEObjectMatcher.DistanceFunction meter, ScopeQuery matcher) Create a newProximityIndex
using the given distance function.