Uses of Interface
org.eclipse.emf.compare.match.metamodel.MatchResourceSet

Packages that use MatchResourceSet
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.service Provides differencing service for models. 
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
org.eclipse.emf.compare.match.metamodel.util   
org.eclipse.emf.compare.match.service Provides matching service for models. 
org.eclipse.emf.compare.ui This package provides the GUI components used to display EMF Compare's comparison results. 
 

Uses of MatchResourceSet in org.eclipse.emf.compare.diff.metamodel
 

Methods in org.eclipse.emf.compare.diff.metamodel that return MatchResourceSet
 MatchResourceSet ComparisonResourceSetSnapshot.getMatchResourceSet()
          Returns the value of the 'Match Resource Set' containment reference.
 

Methods in org.eclipse.emf.compare.diff.metamodel with parameters of type MatchResourceSet
 void ComparisonResourceSetSnapshot.setMatchResourceSet(MatchResourceSet value)
          Sets the value of the 'Match Resource Set' containment reference
 

Uses of MatchResourceSet in org.eclipse.emf.compare.diff.metamodel.impl
 

Fields in org.eclipse.emf.compare.diff.metamodel.impl declared as MatchResourceSet
protected  MatchResourceSet ComparisonResourceSetSnapshotImpl.matchResourceSet
          The cached value of the 'Match Resource Set' containment reference
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return MatchResourceSet
 MatchResourceSet ComparisonResourceSetSnapshotImpl.getMatchResourceSet()
           
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl with parameters of type MatchResourceSet
 org.eclipse.emf.common.notify.NotificationChain ComparisonResourceSetSnapshotImpl.basicSetMatchResourceSet(MatchResourceSet newMatchResourceSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComparisonResourceSetSnapshotImpl.setMatchResourceSet(MatchResourceSet newMatchResourceSet)
           
 

Uses of MatchResourceSet in org.eclipse.emf.compare.diff.service
 

Methods in org.eclipse.emf.compare.diff.service with parameters of type MatchResourceSet
static DiffResourceSet DiffService.doDiff(MatchResourceSet matchResourceSet)
          Returns a DiffResourceSet created by differencing all MatchModels contained by match.
static DiffResourceSet DiffService.doDiff(MatchResourceSet matchResourceSet, boolean threeWay)
          Returns a DiffResourceSet created by differencing all MatchModels contained by match.
 

Uses of MatchResourceSet in org.eclipse.emf.compare.match.metamodel
 

Methods in org.eclipse.emf.compare.match.metamodel that return MatchResourceSet
 MatchResourceSet MatchFactory.createMatchResourceSet()
          Returns a new object of class 'Resource Set'
 

Uses of MatchResourceSet in org.eclipse.emf.compare.match.metamodel.impl
 

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement MatchResourceSet
 class MatchResourceSetImpl
          An implementation of the model object 'Resource Set'.
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return MatchResourceSet
 MatchResourceSet MatchFactoryImpl.createMatchResourceSet()
           
 

Uses of MatchResourceSet in org.eclipse.emf.compare.match.metamodel.util
 

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type MatchResourceSet
 T MatchSwitch.caseMatchResourceSet(MatchResourceSet object)
          Returns the result of interpreting the object as an instance of 'Resource Set'.
 

Uses of MatchResourceSet in org.eclipse.emf.compare.match.service
 

Methods in org.eclipse.emf.compare.match.service that return MatchResourceSet
static MatchResourceSet MatchService.doResourceSetMatch(org.eclipse.emf.ecore.resource.ResourceSet leftResourceSet, org.eclipse.emf.ecore.resource.ResourceSet rightResourceSet, java.util.Map<java.lang.String,java.lang.Object> options)
          Matches the resources contained by two resourceSets and return all corresponding MatchModels.
static MatchResourceSet MatchService.doResourceSetMatch(org.eclipse.emf.ecore.resource.ResourceSet leftResourceSet, org.eclipse.emf.ecore.resource.ResourceSet rightResourceSet, org.eclipse.emf.ecore.resource.ResourceSet ancestorResourceSet, java.util.Map<java.lang.String,java.lang.Object> options)
          Matches the resources contained by three resourceSets and return all corresponding MatchModels.
 

Uses of MatchResourceSet in org.eclipse.emf.compare.ui
 

Constructors in org.eclipse.emf.compare.ui with parameters of type MatchResourceSet
ModelCompareInput(MatchResourceSet matchResourceset, DiffResourceSet diffResourceSet)
          Creates a CompareInput given the resulting match and diff of the comparison.
ModelCompareInput(MatchResourceSet matchResourceset, DiffResourceSet diffResourceSet, ICompareInputDetailsProvider provider)
          Creates a CompareInput given the resulting match and diff of the comparison.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.