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(org.eclipse.emf.ecore.resource.Resource... resources)
          Returns the best IMatchEngine for a given list of Resource to compare.
static IMatchEngine MatchService.getBestMatchEngine(java.lang.String engineIdentifier)
          Deprecated. use MatchService.getBestMatchEngine(Resource...) instead
 IMatchEngine MatchEngineDescriptor.getEngineInstance()
          Returns the engine instance.
 IMatchEngine MatchEngineRegistry.getHighestEngine(ModelIdentifier identifier)
          Returns the highest priority IMatchEngine registered against the given model identifiers.
 IMatchEngine MatchEngineRegistry.getHighestEngine(java.lang.String engineIdentifier)
          Deprecated. use MatchEngineRegistry.getHighestEngine(ModelIdentifier) instead.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.