Class OBODocumentFormatFactory

java.lang.Object
org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
org.semanticweb.owlapi.formats.OBODocumentFormatFactory
All Implemented Interfaces:
Serializable, Supplier<OWLDocumentFormat>, MIMETypeAware, OWLDocumentFormatFactory

public class OBODocumentFormatFactory extends OWLDocumentFormatFactoryImpl
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • OBODocumentFormatFactory

      public OBODocumentFormatFactory()
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: OWLDocumentFormatFactory
      Returns the key for the OWLDocumentFormat that this class is a factory for without necessarily creating an instance of the OWLDocumentFormat.
      Specified by:
      getKey in interface OWLDocumentFormatFactory
      Overrides:
      getKey in class OWLDocumentFormatFactoryImpl
      Returns:
      The key for the OWLDocumentFormat.
    • createFormat

      public OWLDocumentFormat createFormat()
      Description copied from interface: OWLDocumentFormatFactory
      Create a new format. Note that ontology formats currently carry prefix information for the ontology, so an instance cannot, in general, be reused for multiple parsings.
      Returns:
      new storer