Uses of Class
org.eclipse.emf.compare.util.ModelIdentifier

Packages that use ModelIdentifier
org.eclipse.emf.compare.diff.service Provides differencing service for models. 
org.eclipse.emf.compare.match.service Provides matching service for models. 
 

Uses of ModelIdentifier in org.eclipse.emf.compare.diff.service
 

Methods in org.eclipse.emf.compare.diff.service with parameters of type ModelIdentifier
 java.util.List<DiffEngineDescriptor> DiffEngineRegistry.getDescriptors(ModelIdentifier identifier)
          This will return the list of engine descriptors available for a given model identifier.
 IDiffEngine DiffEngineRegistry.getHighestEngine(ModelIdentifier identifier)
          Returns the highest priority IDiffEngine registered against the given model identifiers.
 

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

Methods in org.eclipse.emf.compare.match.service with parameters of type ModelIdentifier
 java.util.List<MatchEngineDescriptor> MatchEngineRegistry.getDescriptors(ModelIdentifier identifier)
          This will return the list of engine descriptors available for a given model identifier.
 IMatchEngine MatchEngineRegistry.getHighestEngine(ModelIdentifier identifier)
          Returns the highest priority IMatchEngine registered against the given model identifiers.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.