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

Packages that use Match2Elements
org.eclipse.emf.compare.diff.engine Provides a generic diff engine. 
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
org.eclipse.emf.compare.match.metamodel.util   
 

Uses of Match2Elements in org.eclipse.emf.compare.diff.engine
 

Methods in org.eclipse.emf.compare.diff.engine with parameters of type Match2Elements
protected  void GenericDiffEngine.checkAttributesUpdates(DiffGroup root, Match2Elements mapping)
          This will iterate through all the attributes of the mapping's two elements to check if any of them has been modified.
protected  void GenericDiffEngine.checkForDiffs(DiffGroup current, Match2Elements match)
          This will call all the different checks we need to call for when computing the diff.
protected  void GenericDiffEngine.checkMoves(DiffGroup root, Match2Elements matchElement)
          This will check if the elements matched by a given Match2Elements have been moved..
protected  void EcoreDiffEngine.checkMoves(DiffGroup root, Match2Elements matchElement)
          This will check if the elements matched by a given Match2Elements have been moved..
protected  void GenericDiffEngine.checkReferencesUpdates(DiffGroup root, Match2Elements mapping)
          Checks if there's been references updates in the model.
 

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

Subinterfaces of Match2Elements in org.eclipse.emf.compare.match.metamodel
 interface Match3Element
          A representation of the model object 'Match3 Element'.
 

Methods in org.eclipse.emf.compare.match.metamodel that return Match2Elements
 Match2Elements MatchFactory.createMatch2Elements()
          Returns a new object of class 'Match2 Elements'.
 

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

Classes in org.eclipse.emf.compare.match.metamodel.impl that implement Match2Elements
 class Match2ElementsImpl
          An implementation of the model object 'Match2 Elements'.
 class Match3ElementImpl
          An implementation of the model object 'Match3 Element'.
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return Match2Elements
 Match2Elements MatchFactoryImpl.createMatch2Elements()
           
 

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

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type Match2Elements
 T MatchSwitch.caseMatch2Elements(Match2Elements object)
          Returns the result of interpretting the object as an instance of 'Match2 Elements'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.