Class OWLFunctionalSyntaxRenderer

java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLRenderer
org.semanticweb.owlapi.functional.renderer.OWLFunctionalSyntaxRenderer
All Implemented Interfaces:
OWLRenderer

public class OWLFunctionalSyntaxRenderer extends AbstractOWLRenderer
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • OWLFunctionalSyntaxRenderer

      public OWLFunctionalSyntaxRenderer()
  • Method Details

    • render

      public void render(OWLOntology ontology, PrintWriter writer) throws OWLRendererException
      Description copied from class: AbstractOWLRenderer
      Renders the specified ontology using the specified writer.
      Specified by:
      render in class AbstractOWLRenderer
      Parameters:
      ontology - the ontology to render
      writer - The writer that should be used to write the ontology. Note that this writer need not be wrapped with a BufferedWriter because this is taken care of by this abstract implementation.
      Throws:
      OWLRendererException - if exceptions arise