Uses of Interface
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.IImplicitDependencies
Packages that use IImplicitDependencies
-
Uses of IImplicitDependencies in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Classes in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that implement IImplicitDependenciesModifier and TypeClassDescriptionclass
An implementation of theIImplicitDependencies
that delegates the respective dependency calculation to a given object and caches the results to increase performance.class
Default implementation ofIImplicitDependencies
, which uses the extensions collected by the registry of the modelDependencyProvider extension point.Fields in org.eclipse.emf.compare.ide.ui.internal.logical.resolver declared as IImplicitDependenciesModifier and TypeFieldDescriptionprotected IImplicitDependencies
AbstractResolution.implicitDependencies
The implicit dependencies.Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that return IImplicitDependenciesModifier and TypeMethodDescriptionprotected 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.DefaultResolutionContext.getImplicitDependencies()
IResolutionContext.getImplicitDependencies()
The implicit dependencies provider.Constructors in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with parameters of type IImplicitDependenciesModifierConstructorDescriptionCreates a new caching instance that delegates the dependency calculation to the given object and caches the results to increase performance.