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

Packages that use Match3Element
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 Match3Element in org.eclipse.emf.compare.diff.engine
 

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

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

Methods in org.eclipse.emf.compare.match.metamodel that return Match3Element
 Match3Element MatchFactory.createMatch3Element()
          Returns a new object of class 'Match3 Element'.
 

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

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

Methods in org.eclipse.emf.compare.match.metamodel.impl that return Match3Element
 Match3Element MatchFactoryImpl.createMatch3Element()
           
 

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

Methods in org.eclipse.emf.compare.match.metamodel.util with parameters of type Match3Element
 T MatchSwitch.caseMatch3Element(Match3Element object)
          Returns the result of interpretting the object as an instance of 'Match3 Element'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.