OWLRenderer
public class OBOFormatRenderer extends Object implements OWLRenderer
Constructor | Description |
---|---|
OBOFormatRenderer() |
Modifier and Type | Method | 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
OWLRenderer
render
in interface OWLRenderer
ontology
- The ontologyos
- The OutputStreamOWLOntologyStorageException
public static void render(@Nonnull OWLOntology ontology, @Nonnull Writer writer, OWLDocumentFormat format) throws OWLOntologyStorageException
ontology
- ontologywriter
- writerformat
- format to write outOWLOntologyStorageException
- OWLOntologyStorageExceptionCopyright © 2018 The University of Manchester. All rights reserved.