public class OWLParserFactoryRegistry extends Object
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.| Modifier and Type | Method and Description |
|---|---|
void |
clearParserFactories()
clear all registered parser factories
|
static OWLParserFactoryRegistry |
getInstance() |
List<OWLParserFactory> |
getParserFactories() |
void |
registerParserFactory(OWLParserFactory parserFactory) |
void |
unregisterParserFactory(OWLParserFactory parserFactory) |
public static OWLParserFactoryRegistry getInstance()
public void clearParserFactories()
public List<OWLParserFactory> getParserFactories()
public void registerParserFactory(OWLParserFactory parserFactory)
parserFactory - the parser factory to registerpublic void unregisterParserFactory(OWLParserFactory parserFactory)
parserFactory - the parser factory to removeCopyright © 2013 The University of Manchester. All Rights Reserved.