Package org.semanticweb.owlapi.io
Class AbstractOWLParser
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
- All Implemented Interfaces:
Serializable
,OWLParser
- Direct Known Subclasses:
DLSyntaxOWLParser
,KRSS2OWLParser
,KRSSOWLParser
,ManchesterOWLSyntaxOntologyParser
,OWLFunctionalSyntaxOWLParser
,OWLXMLParser
,RDFXMLParser
,TurtleOntologyParser
A convenience base class for parsers, which provides a mechanism to manage
the setting and getting of the
OWLOntologyManager
that should be
associated with the parser. Note: all current parser implementations are
stateless.- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also: