Class OBO12DocumentFormat

java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.coode.owlapi.obo12.parser.OBO12DocumentFormat
All Implemented Interfaces:
Serializable, org.semanticweb.owlapi.model.OWLDocumentFormat

public class OBO12DocumentFormat extends org.semanticweb.owlapi.model.OWLDocumentFormatImpl implements org.semanticweb.owlapi.model.OWLDocumentFormat
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.coode.owlapi.obo12.parser.IDSpaceManager
    Gets the OBO id-space manager.
     
    void
    setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m)
     
     

    Methods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl

    equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat

    asPrefixOWLDocumentFormat, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
  • Constructor Details

    • OBO12DocumentFormat

      public OBO12DocumentFormat()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
    • setIDSpaceManager

      public void setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m)
      Parameters:
      m - An IDSpaceManager which specifies mappings between id prefixes and IRI prefixes.
    • getIdSpaceManager

      public org.coode.owlapi.obo12.parser.IDSpaceManager getIdSpaceManager()
      Gets the OBO id-space manager. This is NOT the same as a prefix manager.
      Returns:
      The IDSpaceManager for this format. For ontologies parsed from an OBO file this will contain any id prefix to IRI prefix mappings that were parsed out of the file (from id-space tags). Not null.
    • getKey

      public String getKey()
      Specified by:
      getKey in interface org.semanticweb.owlapi.model.OWLDocumentFormat