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(@Nonnull OWLOntology ontology, @Nonnull OutputStream os) throws OWLOntologyStorageException
OWLRendererrender in interface OWLRendererontology - The ontologyos - The OutputStreamOWLOntologyStorageExceptionpublic static void render(@Nonnull OWLOntology ontology, @Nonnull Writer writer, OWLDocumentFormat format) throws OWLOntologyStorageException
ontology - ontologywriter - writerformat - format to write outOWLOntologyStorageException - OWLOntologyStorageExceptionCopyright © 2016 The University of Manchester. All Rights Reserved.