org.semanticweb.owlapi.io
Interface OWLRenderer

All Known Implementing Classes:
AbstractOWLRenderer, KRSS2OWLSyntaxRenderer, KRSS2SyntaxRenderer, KRSSSyntaxRenderer, LatexRenderer, ManchesterOWLSyntaxRenderer, OBOFlatFileRenderer, OWLFunctionalSyntaxRenderer, OWLXMLRenderer

public interface OWLRenderer

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006


Method Summary
 void render(OWLOntology ontology, java.io.OutputStream os)
          Renders the specified ontology to a concrete representation which should be written to the specified output stream
 void setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
           
 

Method Detail

setOWLOntologyManager

void setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
                           throws OWLException
Throws:
OWLException

render

void render(OWLOntology ontology,
            java.io.OutputStream os)
            throws OWLException
Renders the specified ontology to a concrete representation which should be written to the specified output stream

Parameters:
ontology - The ontology
os - The OutputStream
Throws:
OWLException