Uses of Interface
org.eclipse.emf.compare.match.engine.IMatchScopeProvider

Packages that use IMatchScopeProvider
org.eclipse.emf.compare.match.engine Provides a generic match engine. 
 

Uses of IMatchScopeProvider in org.eclipse.emf.compare.match.engine
 

Classes in org.eclipse.emf.compare.match.engine that implement IMatchScopeProvider
 class GenericMatchScopeProvider
          The default implementation of an IMatchScopeProvider.
 

Methods in org.eclipse.emf.compare.match.engine that return IMatchScopeProvider
static IMatchScopeProvider MatchScopeProviderUtil.getScopeProvider(java.util.Map<java.lang.String,java.lang.Object> options, org.eclipse.emf.ecore.EObject... eObjects)
          Used to obtain the IMatchScopeProvider to be used for matching.
static IMatchScopeProvider MatchScopeProviderUtil.getScopeProvider(java.util.Map<java.lang.String,java.lang.Object> options, org.eclipse.emf.ecore.resource.Resource... resources)
          Used to obtain the IMatchScopeProvider to be used for matching.
static IMatchScopeProvider MatchScopeProviderUtil.getScopeProvider(java.util.Map<java.lang.String,java.lang.Object> options, org.eclipse.emf.ecore.resource.ResourceSet... resourceSets)
          Used to obtain the IMatchScopeProvider to be used for matching.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.