Package org.semanticweb.owlapi.io
Interface OWLParserFactory
- All Superinterfaces:
MIMETypeAware
,Serializable
,Supplier<OWLParser>
- All Known Implementing Classes:
DLSyntaxOWLParserFactory
,KRSS2OWLParserFactory
,KRSSOWLParserFactory
,ManchesterOWLSyntaxOntologyParserFactory
,OBOFormatOWLAPIParserFactory
,OWLFunctionalSyntaxOWLParserFactory
,OWLParserFactoryImpl
,OWLXMLParserFactory
,RDFXMLParserFactory
,TurtleOntologyParserFactory
An object that can create an
OWLParser
.- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptionCreates a parser.Methods inherited from interface org.semanticweb.owlapi.model.MIMETypeAware
getDefaultMIMEType, getMIMETypes, handlesMimeType
-
Method Details
-
createParser
OWLParser createParser()Creates a parser.- Returns:
- The parser created by this parser factory.
-
getSupportedFormat
OWLDocumentFormatFactory getSupportedFormat()- Returns:
- The supported format for this parser.
-