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.

@FunctionalInterface public interface OWLRenderer
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Renders the specified ontology to a concrete representation which should be written to the specified output stream.
  • Method Details

    • render

      void render(OWLOntology ontology, 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 output stream
      Throws:
      OWLException - for any exception raised