edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class RDFResourceCollectionContentWriter

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFResourceCollectionContentWriter
All Implemented Interfaces:
RDFXMLContentWriter

public class RDFResourceCollectionContentWriter
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


Field Summary
private  RDFAxiomRenderer.RenderableAxiomsChecker checker
           
private  Collection resources
           
private  TripleStore tripleStore
           
 
Constructor Summary
RDFResourceCollectionContentWriter(Collection resources, TripleStore tripleStore)
          Renders a collection of RDFResources (the axioms about the resources).
 
Method Summary
 void writeContent(XMLWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resources

private Collection resources

checker

private RDFAxiomRenderer.RenderableAxiomsChecker checker

tripleStore

private TripleStore tripleStore
Constructor Detail

RDFResourceCollectionContentWriter

public RDFResourceCollectionContentWriter(Collection resources,
                                          TripleStore tripleStore)
Renders a collection of RDFResources (the axioms about the resources). Note that this does not render the opening and closing rdf:RDF document element and namespace declarations.

Parameters:
resources - A collection of RDFResources.
Method Detail

writeContent

public void writeContent(XMLWriter writer)
Specified by:
writeContent in interface RDFXMLContentWriter