public interface HasDirectImports
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLOntology> |
directImports()
Stream of loaded ontologies that this ontology is related to via
the directlyImports relation.
|
java.util.stream.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.java.util.stream.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.java.util.stream.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 © 2017 The University of Manchester. All Rights Reserved.