org.semanticweb.owl.io
Class OWLParserFactoryRegistry
java.lang.Object
org.semanticweb.owl.io.OWLParserFactoryRegistry
public class OWLParserFactoryRegistry
- extends java.lang.Object
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2006
The OWLParserFactoryRegistry
provides a central point for
the registration of parser factories that create parsers to parse OWL
ontologies. The registry is typically used by at least one type of ontology
factory for loading ontologies whose concrete representations are contained
in some kind of document.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static OWLParserFactoryRegistry getInstance()
clearParserFactories
public void clearParserFactories()
getParserFactories
public java.util.List<OWLParserFactory> getParserFactories()
registerParserFactory
public void registerParserFactory(OWLParserFactory parserFactory)
unregisterParserFactory
public void unregisterParserFactory(OWLParserFactory parserFactory)