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
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 ontologyos
- The OutputStream
- Throws:
OWLException