edu.lehigh.swat.hawk.owl
Class OwlDigWriter

java.lang.Object
  extended by edu.lehigh.swat.hawk.owl.OwlDigWriter

public class OwlDigWriter
extends java.lang.Object

Experimental Renderer for the new DIG language. This is primarily intended as a testbed for the new language definition that the DIG group are working on. Very similar to the original SHIQ renderer in its makeup. Warning: This may not work properly. /** OWL to DIG Writer. Output owl ontology to DIG 1.1 format.


Constructor Summary
OwlDigWriter()
          Create a new instance of the renderer
 
Method Summary
 void setOption(java.lang.String str, int i)
          Set options for the renderer.
 TellsDocument writeOntology(Ontology o, java.io.Writer w, java.lang.String kburi)
          Render an ontology in SHIQ using the given writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwlDigWriter

public OwlDigWriter()
Create a new instance of the renderer

Method Detail

setOption

public void setOption(java.lang.String str,
                      int i)
Set options for the renderer.


writeOntology

public TellsDocument writeOntology(Ontology o,
                                   java.io.Writer w,
                                   java.lang.String kburi)
                            throws java.lang.Exception
Render an ontology in SHIQ using the given writer

Throws:
java.lang.Exception