Class OBO12ParserFactory

java.lang.Object
org.coode.owlapi.obo12.parser.OBO12ParserFactory
All Implemented Interfaces:
Serializable, Supplier<org.semanticweb.owlapi.io.OWLParser>, org.semanticweb.owlapi.io.OWLParserFactory, org.semanticweb.owlapi.model.MIMETypeAware

public class OBO12ParserFactory extends Object implements org.semanticweb.owlapi.io.OWLParserFactory
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007

See Also:
  • Constructor Details

    • OBO12ParserFactory

      public OBO12ParserFactory()
  • Method Details

    • get

      public org.semanticweb.owlapi.io.OWLParser get()
      Specified by:
      get in interface Supplier<org.semanticweb.owlapi.io.OWLParser>
    • getDefaultMIMEType

      @Nullable public String getDefaultMIMEType()
      Specified by:
      getDefaultMIMEType in interface org.semanticweb.owlapi.model.MIMETypeAware
    • createParser

      public org.semanticweb.owlapi.io.OWLParser createParser()
      Specified by:
      createParser in interface org.semanticweb.owlapi.io.OWLParserFactory
    • getSupportedFormat

      public org.semanticweb.owlapi.model.OWLDocumentFormatFactory getSupportedFormat()
      Specified by:
      getSupportedFormat in interface org.semanticweb.owlapi.io.OWLParserFactory