@FunctionalInterface public interface HasImportsClosure
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLOntology> |
getImportsClosure()
Deprecated.
use the stream method
|
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.Stream<OWLOntology> importsClosure()
Copyright © 2017 The University of Manchester. All rights reserved.