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

Packages that use DiffModel
org.eclipse.emf.compare.diff.api This packages provides the interface that can be implemented by clients to define their own diff engine. 
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   
org.eclipse.emf.compare.diff.service Provides differencing service for models. 
org.eclipse.emf.compare.ui This package provides the GUI components used to display EMF Compare's comparison results. 
 

Uses of DiffModel in org.eclipse.emf.compare.diff.api
 

Methods in org.eclipse.emf.compare.diff.api that return DiffModel
 DiffModel IDiffEngine.doDiff(MatchModel match)
          Return a diffmodel created using the match model.
 DiffModel IDiffEngine.doDiff(MatchModel match, boolean threeWay)
          Return a diffmodel created using the match model.
 

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

Methods in org.eclipse.emf.compare.diff.engine that return DiffModel
 DiffModel GenericDiffEngine.doDiff(MatchModel match)
          Return a diffmodel created using the match model.
 DiffModel GenericDiffEngine.doDiff(MatchModel match, boolean threeWay)
          Return a diffmodel created using the match model.
 

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

Methods in org.eclipse.emf.compare.diff.merge.api that return DiffModel
 DiffModel EMFCompareEObjectCopier.getDiffModel()
          Returns the DiffModel associated to this copier.
protected  DiffModel DefaultMerger.getDiffModel()
          Returns the DiffModel containing the DiffElement this merger is intended to merge.
 

Constructors in org.eclipse.emf.compare.diff.merge.api with parameters of type DiffModel
EMFCompareEObjectCopier(DiffModel diff)
          Creates a Copier given the DiffModel it will be used for.
 

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

Methods in org.eclipse.emf.compare.diff.metamodel that return DiffModel
 DiffModel DiffFactory.createDiffModel()
          Returns a new object of class 'Model'.
 DiffModel ModelInputSnapshot.getDiff()
          Returns the value of the 'Diff' containment reference.
 

Methods in org.eclipse.emf.compare.diff.metamodel with parameters of type DiffModel
 void ModelInputSnapshot.setDiff(DiffModel value)
          Sets the value of the 'Diff' containment reference.
 void AbstractDiffExtension.visit(DiffModel diffModel)
           
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement DiffModel
 class DiffModelImpl
          An implementation of the model object 'Model'.
 

Fields in org.eclipse.emf.compare.diff.metamodel.impl declared as DiffModel
protected  DiffModel ModelInputSnapshotImpl.diff
          The cached value of the 'Diff' containment reference.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DiffModel
 DiffModel DiffFactoryImpl.createDiffModel()
           
 DiffModel ModelInputSnapshotImpl.getDiff()
           
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl with parameters of type DiffModel
 org.eclipse.emf.common.notify.NotificationChain ModelInputSnapshotImpl.basicSetDiff(DiffModel newDiff, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ModelInputSnapshotImpl.setDiff(DiffModel newDiff)
           
 void AbstractDiffExtensionImpl.visit(DiffModel diffModel)
          This method is called by the DiffMaker to let the diff extension a chance to refactor the diff model and plug themselves inside.
 

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

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

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

Methods in org.eclipse.emf.compare.diff.service that return DiffModel
static DiffModel DiffService.doDiff(MatchModel match)
          Return a diffmodel created using the match model.
static DiffModel DiffService.doDiff(MatchModel match, boolean threeWay)
          Return a diffmodel created using the match model.
 

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

Methods in org.eclipse.emf.compare.ui that return DiffModel
 DiffModel ModelCompareInput.getDiff()
          Returns this ModelCompareInput's DiffModel.
 

Constructors in org.eclipse.emf.compare.ui with parameters of type DiffModel
ModelCompareInput(MatchModel matchModel, DiffModel diffModel)
          Creates a CompareInput given the resulting match and diff of the comparison.
ModelCompareInput(MatchModel matchModel, DiffModel diffModel, org.eclipse.emf.compare.ui.internal.ModelComparator comparator)
          Creates a CompareInput given the resulting match and diff of the comparison.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.