Package | Description |
---|---|
org.eclipse.emf.compare.ide.ui.internal.logical.resolver |
Modifier and Type | Class and Description |
---|---|
class |
CachingImplicitDependencies
An implementation of the
IImplicitDependencies that delegates the respective dependency calculation
to a given object and caches the results to increase performance. |
class |
DefaultImplicitDependencies
Default 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.implicitDependencies
The implicit dependencies.
|
Modifier and Type | Method and Description |
---|---|
IImplicitDependencies |
IResolutionContext.getImplicitDependencies()
The implicit dependencies provider.
|
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.
|
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.