uk.ac.manchester.cs.owl.owlapi.turtle.parser
Class TurtleOntologyParserFactory

java.lang.Object
  extended by uk.ac.manchester.cs.owl.owlapi.turtle.parser.TurtleOntologyParserFactory
All Implemented Interfaces:
OWLParserFactory

public class TurtleOntologyParserFactory
extends java.lang.Object
implements OWLParserFactory

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Feb-2008


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

TurtleOntologyParserFactory

public TurtleOntologyParserFactory()
Method Detail

createParser

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