|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.lehigh.swat.hawk.owl.OwlDigWriter
public class OwlDigWriter
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 |
---|
public OwlDigWriter()
Method Detail |
---|
public void setOption(java.lang.String str, int i)
public TellsDocument writeOntology(Ontology o, java.io.Writer w, java.lang.String kburi) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |