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 static void render(OWLOntology ontology, Writer writer, OWLDocumentFormat format) throws OWLOntologyStorageException
ontology - ontologywriter - writerformat - format to renderOWLOntologyStorageException - OWLOntologyStorageExceptionpublic void render(OWLOntology ontology, OutputStream os) throws OWLOntologyStorageException
OWLRendererrender in interface OWLRendererontology - The ontologyos - The OutputStreamOWLOntologyStorageExceptionCopyright © 2019 The University of Manchester. All rights reserved.