Package org.eclipse.emf.compare.diff.merge

Provides merge services for models.

See:
          Description

Interface Summary
IMergeListener Base interface for the listeners that can be notified when a merge operation is about to occur or to end.
IMerger Base interface for merger implementation.
IMergerProvider This allows the association of mergers to specific DiffElement.
 

Class Summary
AbstractMergeListener An abstract implementation of a listener to receive merge events.
DefaultMerger Basic implementation of an IMerger.
EMFCompareEObjectCopier Defines here a new copier to alter the way references are copied when an EObject is.
MergeEvent An event characterizing a merge operation.
 

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

Provides merge services for models.

Clients can make use of the classes provided within these packages to either add listeners on generic merge operation or implement their own mergers.

As the remaining of EMF Compare, the merging functionality can be used stand-alone.

Since:
0.8

Copyright 2006 IBM Corporation and others.
All Rights Reserved.