public interface OWLRenderer
Modifier and Type | Method and Description |
---|---|
void |
render(OWLOntology ontology,
java.io.OutputStream os)
Renders the specified ontology to a concrete representation which should
be written to the specified output stream
|
void |
setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
Deprecated.
|
@Deprecated void setOWLOntologyManager(OWLOntologyManager owlOntologyManager) throws OWLException
owlOntologyManager
- OWLException
void render(OWLOntology ontology, java.io.OutputStream os) throws OWLException
ontology
- The ontologyos
- The OutputStreamOWLException