org.coode.owlapi.rdfxml.parser
Class RDFXMLParserFactory

java.lang.Object
  extended by org.coode.owlapi.rdfxml.parser.RDFXMLParserFactory
All Implemented Interfaces:
OWLParserFactory

public class RDFXMLParserFactory
extends java.lang.Object
implements OWLParserFactory

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006


Constructor Summary
RDFXMLParserFactory()
           
 
Method Summary
 OWLParser createParser(OWLOntologyManager owlOntologyManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFXMLParserFactory

public RDFXMLParserFactory()
Method Detail

createParser

public OWLParser createParser(OWLOntologyManager owlOntologyManager)
Specified by:
createParser in interface OWLParserFactory