org.coode.owlapi.owlxmlparser
Class OWLXMLParserFactory

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.OWLXMLParserFactory
All Implemented Interfaces:
OWLParserFactory

public class OWLXMLParserFactory
extends java.lang.Object
implements OWLParserFactory

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


Constructor Summary
OWLXMLParserFactory()
           
 
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

OWLXMLParserFactory

public OWLXMLParserFactory()
Method Detail

createParser

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