public class DefaultImplicitDependencies extends Object implements IImplicitDependencies
IImplicitDependencies
, which uses the extensions collected by the
registry of the modelDependencyProvider extension point.Constructor and Description |
---|
DefaultImplicitDependencies() |
Modifier and Type | Method and Description |
---|---|
Set<URI> |
of(URI uri,
URIConverter uriConverter)
Provides a set continaing the given URI plus its implicit dependencies (those that cannot be found by
instpecting the cross-references of the resource represented by the given URI).
|
public Set<URI> of(URI uri, URIConverter uriConverter)
IImplicitDependencies
of
in interface IImplicitDependencies
uri
- URI of a model resource for which we want the set of related dependenciesuriConverter
- URI Converter to use
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.