edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class OWLModelContentWriter
java.lang.Object
edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.OWLModelContentWriter
- All Implemented Interfaces:
- RDFXMLContentWriter
public class OWLModelContentWriter
- extends Object
- implements RDFXMLContentWriter
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: March 22, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Method Summary |
void |
writeContent(XMLWriter writer)
Writes the RDF/XML content that corresponds to the ontology header (owl:Ontology),
the all different sets of individuals, the properties, classes and individuals. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLModelContentWriter
public OWLModelContentWriter(OWLModel model,
TripleStore tripleStore)
- Constructs an OWLModel RDF/XML rdfwriter to render the specified
OWLModel
.
- Parameters:
model
- The model to be rendered.tripleStore
- The triplestore to be rendered.
writeContent
public void writeContent(XMLWriter writer)
throws IOException
- Writes the RDF/XML content that corresponds to the ontology header (owl:Ontology),
the all different sets of individuals, the properties, classes and individuals.
- Specified by:
writeContent
in interface RDFXMLContentWriter
- Parameters:
writer
-
- Throws:
IOException
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.