Class DefaultImplicitDependencies

    • Constructor Detail

      • DefaultImplicitDependencies

        public DefaultImplicitDependencies()
    • Method Detail

      • of

        public Set<URI> of​(URI uri,
                           URIConverter uriConverter)
        Description copied from interface: IImplicitDependencies
        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).
        Specified by:
        of in interface IImplicitDependencies
        Parameters:
        uri - URI of a model resource for which we want the set of related dependencies
        uriConverter - URI Converter to use
        Returns:
        Must return a Set that's never null nor empty, that contains at least the given uri, plus its implicit dependencies if it has any..