Uses of Class
org.eclipse.emf.compare.match.service.MatchEngineDescriptor

Packages that use MatchEngineDescriptor
org.eclipse.emf.compare.match.service Provides matching service for models. 
 

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

Methods in org.eclipse.emf.compare.match.service that return MatchEngineDescriptor
 MatchEngineDescriptor IMatchEngineSelector.selectMatchEngine(java.util.List<MatchEngineDescriptor> engines)
          Implements the actual engine selection algorythm.
 

Methods in org.eclipse.emf.compare.match.service that return types with arguments of type MatchEngineDescriptor
 java.util.List<MatchEngineDescriptor> MatchEngineRegistry.getDescriptors(ModelIdentifier identifier)
          This will return the list of engine descriptors available for a given model identifier.
 java.util.List<MatchEngineDescriptor> MatchEngineRegistry.getDescriptors(java.lang.String engineIdentifier)
          Deprecated. use MatchEngineRegistry.getDescriptors(ModelIdentifier) instead.
 

Methods in org.eclipse.emf.compare.match.service with parameters of type MatchEngineDescriptor
 int MatchEngineDescriptor.compareTo(MatchEngineDescriptor other)
          
 

Method parameters in org.eclipse.emf.compare.match.service with type arguments of type MatchEngineDescriptor
 MatchEngineDescriptor IMatchEngineSelector.selectMatchEngine(java.util.List<MatchEngineDescriptor> engines)
          Implements the actual engine selection algorythm.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.