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

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFXMLWriter

public class RDFXMLWriter
extends Object

User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Oct 10, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Constructor Summary
RDFXMLWriter()
           
 
Method Summary
static void writeAxioms(OWLModel model, Collection resources, Writer writer)
           
static void writeAxioms(RDFResource resource, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFXMLWriter

public RDFXMLWriter()
Method Detail

writeAxioms

public static void writeAxioms(RDFResource resource,
                               Writer writer)
                        throws IOException
Throws:
IOException

writeAxioms

public static void writeAxioms(OWLModel model,
                               Collection resources,
                               Writer writer)
                        throws IOException
Throws:
IOException