Uses of Interface
org.eclipse.emf.compare.diff.metamodel.DiffGroup

Packages that use DiffGroup
org.eclipse.emf.compare.diff.engine Provides a generic diff engine. 
org.eclipse.emf.compare.diff.merge.api Provides the API for all of the merging features. 
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
 

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

Methods in org.eclipse.emf.compare.diff.engine that return DiffGroup
protected  DiffGroup GenericDiffEngine.doDiffThreeWay(MatchModel match)
          The diff computing for three way comparisons is handled here.
protected  DiffGroup GenericDiffEngine.doDiffTwoWay(MatchModel match)
          The diff computing for two way comparisons is handled here.
 

Methods in org.eclipse.emf.compare.diff.engine with parameters of type DiffGroup
protected  void GenericDiffEngine.addInContainerPackage(DiffGroup root, DiffElement operation, org.eclipse.emf.ecore.EObject targetParent)
          Looks for an already created diff group in order to add the operation, if none exists, create one where the operation belongs to.
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.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, Match2Elements match)
          This will call all the different checks we need to call for when computing the diff.
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, 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.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, Match2Elements mapping)
          Checks if there's been references updates in the model.
protected  void GenericDiffEngine.checkReferencesUpdates(DiffGroup root, Match3Element mapping)
          Checks if there's been references updates in the model.
protected  void GenericDiffEngine.processUnMatchedElements(DiffGroup diffRoot, org.eclipse.emf.ecore.resource.Resource leftModel, java.util.List<UnMatchElement> unMatched)
          This will process the unmatched elements list and create the appropriate DiffElements.
protected  void GenericDiffEngine.processUnMatchedElements(DiffGroup diffRoot, org.eclipse.emf.ecore.resource.Resource leftModel, java.util.Map<UnMatchElement,java.lang.Boolean> unMatched)
          This will process the unmatched elements list and create the appropriate DiffElements.
 

Uses of DiffGroup in org.eclipse.emf.compare.diff.merge.api
 

Methods in org.eclipse.emf.compare.diff.merge.api with parameters of type DiffGroup
protected  void DefaultMerger.cleanDiffGroup(DiffGroup diffGroup)
          Removes the given DiffGroup from its container if it was its last child, also calls for the same cleanup operation on its hierarchy.
 

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

Methods in org.eclipse.emf.compare.diff.metamodel that return DiffGroup
 DiffGroup DiffFactory.createDiffGroup()
          Returns a new object of class 'Group'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement DiffGroup
 class DiffGroupImpl
          An implementation of the model object 'Group'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DiffGroup
 DiffGroup DiffFactoryImpl.createDiffGroup()
           
 

Uses of DiffGroup in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type DiffGroup
 T DiffSwitch.caseDiffGroup(DiffGroup object)
          Returns the result of interpreting the object as an instance of 'Group'.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.