@FunctionalInterface public interface HasImportsClosure
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLOntology> |
getImportsClosure()
Deprecated.
use the stream method
|
java.util.stream.Stream<OWLOntology> |
importsClosure()
Gets the imports closure, including the root object.
|
@Deprecated default Set<OWLOntology> getImportsClosure()
UnknownOWLOntologyException - If this ontology is no longer managed by its manager because it
was removed from the manager.java.util.stream.Stream<OWLOntology> importsClosure()
Copyright © 2017 The University of Manchester. All Rights Reserved.