Uses of Interface
org.eclipse.emf.compare.match.engine.IMatchEngine

Packages that use IMatchEngine
org.eclipse.emf.compare.match.engine Provides a generic match engine. 
org.eclipse.emf.compare.match.service Provides matching service for models. 
 

Uses of IMatchEngine in org.eclipse.emf.compare.match.engine
 

Classes in org.eclipse.emf.compare.match.engine that implement IMatchEngine
 class GenericMatchEngine
          These services are useful when one wants to compare models more precisely using the method modelDiff.
 

Uses of IMatchEngine in org.eclipse.emf.compare.match.service
 

Methods in org.eclipse.emf.compare.match.service that return IMatchEngine
static IMatchEngine MatchService.getBestMatchEngine(java.lang.String extension)
          Returns the best IMatchEngine for a file given its extension.
 IMatchEngine MatchEngineDescriptor.getEngineInstance()
          Returns the engine instance.
 IMatchEngine MatchEngineRegistry.getHighestEngine(java.lang.String fileExtension)
          Returns the highest priority IMatchEngine registered against the given file extension.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.