@FunctionalInterface public interface OWLRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(OWLOntology ontology,
OutputStream os)
Renders the specified ontology to a concrete representation which should be written to the
specified output stream.
|
void render(OWLOntology ontology, OutputStream os) throws OWLException
ontology - the ontologyos - the output streamOWLException - for any exception raisedCopyright © 2020 The University of Manchester. All rights reserved.