public class OBOFormatRenderer extends Object implements OWLRenderer
| Constructor and Description |
|---|
OBOFormatRenderer() |
| 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.
|
static void |
render(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
public void render(OWLOntology ontology, OutputStream os) throws OWLOntologyStorageException
OWLRendererrender in interface OWLRendererontology - The ontologyos - The OutputStreamOWLOntologyStorageExceptionpublic static void render(OWLOntology ontology, Writer writer, OWLDocumentFormat format) throws OWLOntologyStorageException
ontology - ontologywriter - writerformat - format to renderOWLOntologyStorageException - OWLOntologyStorageExceptionCopyright © 2017 The University of Manchester. All Rights Reserved.