Class OBO12DocumentFormatFactory

java.lang.Object
org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
org.coode.owlapi.obo12.parser.OBO12DocumentFormatFactory
All Implemented Interfaces:
Serializable, Supplier<org.semanticweb.owlapi.model.OWLDocumentFormat>, org.semanticweb.owlapi.model.MIMETypeAware, org.semanticweb.owlapi.model.OWLDocumentFormatFactory

public class OBO12DocumentFormatFactory extends org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.semanticweb.owlapi.model.OWLDocumentFormat
     
    org.semanticweb.owlapi.model.OWLDocumentFormat
    get()
     
     

    Methods inherited from class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl

    equals, getDefaultMIMEType, getMIMETypes, handlesMimeType, hashCode, isTextual

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OBO12DocumentFormatFactory

      public OBO12DocumentFormatFactory()
  • Method Details

    • get

      public org.semanticweb.owlapi.model.OWLDocumentFormat get()
      Specified by:
      get in interface Supplier<org.semanticweb.owlapi.model.OWLDocumentFormat>
      Overrides:
      get in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
    • getKey

      public String getKey()
      Specified by:
      getKey in interface org.semanticweb.owlapi.model.OWLDocumentFormatFactory
      Overrides:
      getKey in class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
    • createFormat

      public org.semanticweb.owlapi.model.OWLDocumentFormat createFormat()