| Constructor and Description | 
|---|
| ComparisonScopeBuilder(IModelResolver resolver,
                      IModelMinimizer minimizer)Constructs a builder given its model resolver and minimizer. | 
| ComparisonScopeBuilder(IModelResolver resolver,
                      IModelMinimizer minimizer,
                      IStorageProviderAccessor storageAccessor)Constructs a builder given its model resolver and minimizer, along with the storage accessor for remote
 data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ThreadedModelResolverThis implementation of an  IModelResolverwill look up all of the models located in a set container
 level of the "starting point" (by default, the containing project) to construct the graph of dependencies
 between these models. | 
| Modifier and Type | Method and Description | 
|---|---|
| IModelResolver | ModelResolverRegistry. getBestResolverFor(org.eclipse.core.resources.IStorage sourceStorage)Returns a  IModelResolverthat handles the given IStorage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractModelResolverThis can be subclassed instead of  IModelResolverto avoid reimplementing common extension-related
 code. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.