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 |
setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
the manager should not be set but accessed through the
ontology passed to render
|
@Deprecated void setOWLOntologyManager(OWLOntologyManager owlOntologyManager) throws OWLException
owlOntologyManager - the ontology managerOWLException - for any exception raisedvoid render(OWLOntology ontology, OutputStream os) throws OWLException
ontology - The ontologyos - The OutputStreamOWLException - for any exception raisedCopyright © 2014 The University of Manchester. All Rights Reserved.