public interface HasGetOntologyById
Modifier and Type | Method and Description |
---|---|
OWLOntology |
getOntology(OWLOntologyID ontologyID)
Get a previously loaded/created ontology that has the specified ontology ID.
|
@Nullable OWLOntology getOntology(@Nonnull OWLOntologyID ontologyID)
ontologyID
- The ID of the ontology to retrieve. Not null
.null
if there is
no ontology with the specified ID.Copyright © 2020 The University of Manchester. All rights reserved.