de.uulm.ecs.ai.owlapi.krssrenderer
Class KRSS2SyntaxRenderer

java.lang.Object
  extended by org.semanticweb.owlapi.io.AbstractOWLRenderer
      extended by de.uulm.ecs.ai.owlapi.krssrenderer.KRSS2SyntaxRenderer
All Implemented Interfaces:
OWLRenderer

public class KRSS2SyntaxRenderer
extends AbstractOWLRenderer

Author: Olaf Noppens
Ulm University
Institute of Artificial Intelligence


Constructor Summary
KRSS2SyntaxRenderer(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 void render(OWLOntology ontology, java.io.Writer writer)
          Renders the specified ontology using the specified writer.
 
Methods inherited from class org.semanticweb.owlapi.io.AbstractOWLRenderer
getOWLOntologyManager, render, setOWLOntologyManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KRSS2SyntaxRenderer

public KRSS2SyntaxRenderer(OWLOntologyManager owlOntologyManager)
Method Detail

render

public void render(OWLOntology ontology,
                   java.io.Writer writer)
            throws OWLRendererException
Description copied from class: AbstractOWLRenderer
Renders the specified ontology using the specified writer.

Specified by:
render in class AbstractOWLRenderer
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