Package org.semanticweb.owlapi.io
Interface OWLRenderer
- All Known Implementing Classes:
AbstractOWLRenderer
,KRSS2OWLSyntaxRenderer
,KRSS2SyntaxRenderer
,KRSSSyntaxRenderer
,LatexRenderer
,ManchesterOWLSyntaxRenderer
,OBOFormatRenderer
,OWLFunctionalSyntaxRenderer
,OWLXMLRenderer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
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.
-
Method Details
-
render
Renders the specified ontology to a concrete representation which should be written to the specified output stream.- Parameters:
ontology
- the ontologyos
- the output stream- Throws:
OWLException
- for any exception raised
-