Package org.eclipse.emf.compare.match.engine

Provides a generic match engine.

See:
          Description

Interface Summary
IMatchEngine A Match Engine is responsible for returning a match model from a set of models.
 

Class Summary
GenericMatchEngine These services are useful when one wants to compare models more precisely using the method modelDiff.
 

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

Provides a generic match engine.

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.