edu.lehigh.swat.hawk.owl
Class OwlRdfWriter
java.lang.Object
edu.lehigh.swat.hawk.core.OntWriter
edu.lehigh.swat.hawk.owl.OwlRdfWriter
public class OwlRdfWriter
- extends OntWriter
OWL writer, output OWL document in RDF format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwlRdfWriter
public OwlRdfWriter()
- Constructor
write
public void write(java.io.OutputStream out,
Document doc)
throws java.lang.Exception
- write a document to output
- Specified by:
write
in class OntWriter
- Throws:
java.lang.Exception
presentInAxioms
public boolean presentInAxioms(java.util.Vector<Axiom> axioms,
ObjectId subject)
handleAxiomRight
public org.w3c.dom.Element handleAxiomRight(Ontology ont,
Axiom axiom)
handleAxiomNodeRight
public org.w3c.dom.Element handleAxiomNodeRight(Ontology ont,
AxiomNode right)