org.semanticweb.owl.io
Interface OWLRenderer
- All Known Implementing Classes: 
 - AbstractOWLRenderer, KRSS2OWLSyntaxRenderer, LatexRenderer, ManchesterOWLSyntaxRenderer, OWLFunctionalSyntaxRenderer, OWLXMLRenderer
 
public interface OWLRenderer
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 14-Nov-2006
 
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 a document located at the specified physical URI.
- Parameters:
 ontology - The ontologyos - The OutputStream
- Throws:
 OWLException