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

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

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

Classes in org.eclipse.emf.compare.match.engine that implement IMatchScope
 class GenericMatchScope
          The default IMatchScope implementation, which can be constructed with a single Resource or ResourceSet, or a single EObject.
 

Methods in org.eclipse.emf.compare.match.engine that return IMatchScope
 IMatchScope IMatchScopeProvider.getAncestorScope()
          The IMatchScope to restrict the ancestor side of comparison.
 IMatchScope GenericMatchScopeProvider.getAncestorScope()
          The IMatchScope to restrict the ancestor side of comparison.
 IMatchScope IMatchScopeProvider.getLeftScope()
          The IMatchScope to restrict the left side of comparison.
 IMatchScope GenericMatchScopeProvider.getLeftScope()
          The IMatchScope to restrict the left side of comparison.
 IMatchScope IMatchScopeProvider.getRightScope()
          The IMatchScope to restrict the right side of comparison.
 IMatchScope GenericMatchScopeProvider.getRightScope()
          The IMatchScope to restrict the right side of comparison.
 

Methods in org.eclipse.emf.compare.match.engine with parameters of type IMatchScope
protected  java.util.List<org.eclipse.emf.ecore.EObject> GenericMatchEngine.getScopeInternalContents(org.eclipse.emf.ecore.EObject eObject, IMatchScope scope)
          Workaround for bug #235606 : elements held by a reference with containment=true and derived=true are not matched since not returned by EObject.eContents().
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.