org.coode.owlapi.manchesterowlsyntax
Class ManchesterOWLSyntaxParserFactory

java.lang.Object
  extended by org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxParserFactory
All Implemented Interfaces:
OWLParserFactory

public class ManchesterOWLSyntaxParserFactory
extends java.lang.Object
implements OWLParserFactory

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Aug-2007


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

ManchesterOWLSyntaxParserFactory

public ManchesterOWLSyntaxParserFactory()
Method Detail

createParser

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