Interface OWLParserFactory

All Superinterfaces:
MIMETypeAware, Serializable, Supplier<OWLParser>
All Known Implementing Classes:
DLSyntaxOWLParserFactory, KRSS2OWLParserFactory, KRSSOWLParserFactory, ManchesterOWLSyntaxOntologyParserFactory, OBOFormatOWLAPIParserFactory, OWLFunctionalSyntaxOWLParserFactory, OWLParserFactoryImpl, OWLXMLParserFactory, RDFXMLParserFactory, TurtleOntologyParserFactory

public interface OWLParserFactory extends Serializable, Supplier<OWLParser>, MIMETypeAware
An object that can create an OWLParser.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • 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.