Package | Description |
---|---|
org.eclipse.emf.compare.match.eobject | |
org.eclipse.emf.compare.match.eobject.internal |
Modifier and Type | Class and Description |
---|---|
class |
CachingDistance
This class wraps a DistanceFunction and cache its result.
|
class |
EditionDistance
This distance function implementation will actually compare the given EObject.
|
Constructor and Description |
---|
CachingDistance(ProximityEObjectMatcher.DistanceFunction wrapped)
Create a new caching distance.
|
ProximityEObjectMatcher(ProximityEObjectMatcher.DistanceFunction meter)
Create the matcher using the given distance function.
|
Constructor and Description |
---|
ByTypeIndex(ProximityEObjectMatcher.DistanceFunction meter,
ScopeQuery scope)
Create a new instance using the given
ProximityEObjectMatcher.DistanceFunction to instantiate delegate indexes on
demand. |
ProximityIndex(ProximityEObjectMatcher.DistanceFunction meter,
ScopeQuery matcher)
Create a new
ProximityIndex using the given distance function. |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.