edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class RDFResourceCollectionWriter
java.lang.Object
edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFResourceCollectionWriter
- public class RDFResourceCollectionWriter
- extends Object
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Apr 7, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Method Summary |
void |
write()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collectionContentWriter
private RDFResourceCollectionContentWriter collectionContentWriter
enclose
private boolean enclose
xmlWriter
private XMLWriter xmlWriter
RDFResourceCollectionWriter
public RDFResourceCollectionWriter(OWLModel model,
TripleStore tripleStore,
Collection resources,
Writer writer,
boolean encloseInRDFElement)
RDFResourceCollectionWriter
public RDFResourceCollectionWriter(OWLModel model,
TripleStore tripleStore,
Collection resources,
XMLWriter xmlWriter,
boolean encloseInRDFElement)
write
public void write()
throws IOException
- Throws:
IOException