Uses of Interface
org.eclipse.emf.compare.diff.api.IDiffEngine

Packages that use IDiffEngine
org.eclipse.emf.compare.diff.engine Provides a generic diff engine. 
org.eclipse.emf.compare.diff.service Provides differencing service for models. 
 

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

Classes in org.eclipse.emf.compare.diff.engine that implement IDiffEngine
 class EcoreDiffEngine
          This will add ecore-specific behavior to the GenericDiffEngine.
 class GenericDiffEngine
          This class is useful when one wants to determine a diff from a matching model.
 

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

Methods in org.eclipse.emf.compare.diff.service that return IDiffEngine
static IDiffEngine DiffService.getBestDiffEngine(java.lang.String extension)
          Returns the best IDiffEngine for a file extension.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.