Class KRSS2SyntaxRenderer

java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLRenderer
org.semanticweb.owlapi.krss2.renderer.KRSS2SyntaxRenderer
All Implemented Interfaces:
OWLRenderer

public class KRSS2SyntaxRenderer extends AbstractOWLRenderer
Author:
Olaf Noppens, Ulm University, Institute of Artificial Intelligence
  • Constructor Details

    • KRSS2SyntaxRenderer

      public KRSS2SyntaxRenderer()
  • 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