public interface HasDirectImports
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLOntology> |
directImports()
Stream of loaded ontologies that this ontology is related to via
the directlyImports relation.
|
Stream<IRI> |
directImportsDocuments()
The stream of document IRIs that are directly imported by this ontology.
|
default Set<OWLOntology> |
getDirectImports()
Deprecated.
use the stream method
|
default Set<IRI> |
getDirectImportsDocuments()
Deprecated.
use the stream method
|
@Deprecated default Set<IRI> getDirectImportsDocuments()
UnknownOWLOntologyException - If this ontology is no longer managed by its manager
because it was removed from the manager.Stream<IRI> directImportsDocuments()
UnknownOWLOntologyException - If this ontology is no longer managed by its manager
because it was removed from the manager.@Deprecated default Set<OWLOntology> getDirectImports()
getDirectImportsDocuments() method. This will be the case if
some of the ontologies that are directly imported by this ontology are
not loaded for what ever reason.UnknownOWLOntologyException - If this ontology is no longer managed by its manager
because it was removed from the manager.Stream<OWLOntology> directImports()
getDirectImportsDocuments() method. This will be the case if
some of the ontologies that are directly imported by this ontology are
not loaded for what ever reason.UnknownOWLOntologyException - If this ontology is no longer managed by its manager
because it was removed from the manager.Copyright © 2018 The University of Manchester. All rights reserved.