Package org.eclipse.emf.compare.diff.engine

Provides a generic diff engine.

See:
          Description

Interface Summary
IDiffEngine A Diff engine has the responsability to provide a diff (or delta) model from a matching model.
 

Class Summary
GenericDiffEngine This class is useful when one wants to determine a diff from a matching model.
 

Package org.eclipse.emf.compare.diff.engine Description

Provides a generic diff engine.

The provided engine does not require Eclipse to be running and can be called stand-alone.

Clients can extends this diff engine and inherit most of its behavior instead of redefining an IDiffEngine from scratch.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.