Package org.eclipse.emf.compare.match.service

Provides matching service for models.

See:
          Description

Interface Summary
IMatchEngineSelector Clients can subclass this in order to offer a specific match engine selector to users when more than one are defined on the same file extension.
 

Class Summary
MatchEngineDescriptor Contribution representation one may give through the "match engine" extension point.
MatchEngineRegistry This registry will be initialized with all the match engines that could be parsed from the extension points if Eclipse is running according to EMFPlugin.IS_ECLIPSE_RUNNING, else it will contain only the two generic ones.
MatchService Service facade for matching models.
 

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

Provides matching service for models.

Clients should always use MatchService when comparing models.

The matching functionality can be used stand-alone.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.