AbstractOWLRenderer
, KRSS2OWLSyntaxRenderer
, KRSS2SyntaxRenderer
, KRSSSyntaxRenderer
, LatexRenderer
, ManchesterOWLSyntaxRenderer
, OBOFormatRenderer
, OWLFunctionalSyntaxRenderer
, OWLXMLRenderer
public interface OWLRenderer
Modifier and Type | Method | Description |
---|---|---|
void |
render(OWLOntology ontology,
OutputStream os) |
Renders the specified ontology to a concrete representation which should
be written to the specified output stream.
|
void render(@Nonnull OWLOntology ontology, @Nonnull OutputStream os) throws OWLException
ontology
- The ontologyos
- The OutputStreamOWLException
- for any exception raisedCopyright © 2018 The University of Manchester. All rights reserved.