Package org.semanticweb.owlapi.oboformat
Class OBOFormatRenderer
java.lang.Object
org.semanticweb.owlapi.oboformat.OBOFormatRenderer
- All Implemented Interfaces:
OWLRenderer
Renderer for obo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Constructor Details
-
OBOFormatRenderer
public OBOFormatRenderer()
-
-
Method Details
-
render
public static void render(OWLOntology ontology, Writer writer, OWLDocumentFormat format) throws OWLOntologyStorageException - Parameters:
ontology
- ontologywriter
- writerformat
- format to render- Throws:
OWLOntologyStorageException
- OWLOntologyStorageException
-
render
Description copied from interface:OWLRenderer
Renders the specified ontology to a concrete representation which should be written to the specified output stream.- Specified by:
render
in interfaceOWLRenderer
- Parameters:
ontology
- the ontologyos
- the output stream- Throws:
OWLOntologyStorageException
-