| Package | Description | 
|---|---|
| org.eclipse.emf.compare.ide.ui.internal.logical.resolver | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachingImplicitDependenciesAn implementation of the  IImplicitDependenciesthat delegates the respective dependency calculation
 to a given object and caches the results to increase performance. | 
| class  | DefaultImplicitDependenciesDefault implementation of  IImplicitDependencies, which uses the extensions collected by the
 registry of the modelDependencyProvider extension point. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IImplicitDependencies | AbstractResolution. implicitDependenciesThe implicit dependencies. | 
| Modifier and Type | Method and Description | 
|---|---|
| IImplicitDependencies | DefaultResolutionContext. getImplicitDependencies() | 
| protected IImplicitDependencies | AbstractResolution. getImplicitDependencies()Returns the implicit dependencies which can be used to retrieve a set of files that should be part of
 the same logical model than a given file. | 
| IImplicitDependencies | IResolutionContext. getImplicitDependencies()The implicit dependencies provider. | 
| Constructor and Description | 
|---|
| CachingImplicitDependencies(IImplicitDependencies delegate)Creates a new caching instance that delegates the dependency calculation to the given object and caches
 the results to increase performance. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.