Uses of Interface
org.eclipse.emf.compare.match.eobject.ScopeQuery
-
Packages that use ScopeQuery Package Description org.eclipse.emf.compare.match.eobject org.eclipse.emf.compare.match.eobject.internal -
-
Uses of ScopeQuery in org.eclipse.emf.compare.match.eobject
Classes in org.eclipse.emf.compare.match.eobject that implement ScopeQuery Modifier and Type Class Description class
ProximityEObjectMatcher
This matcher is using a distance function to match EObject. -
Uses of ScopeQuery in org.eclipse.emf.compare.match.eobject.internal
Constructors in org.eclipse.emf.compare.match.eobject.internal with parameters of type ScopeQuery Constructor Description ByTypeIndex(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.
-