Package org.coode.owlapi.obo12.parser
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
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.coode.owlapi.obo12.parser.IDSpaceManagerGets the OBO id-space manager.getKey()voidsetIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m) toString()Methods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameterMethods 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
- Overrides:
toStringin classorg.semanticweb.owlapi.model.OWLDocumentFormatImpl
-
setIDSpaceManager
public void setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m) - Parameters:
m- AnIDSpaceManagerwhich 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
IDSpaceManagerfor 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
- Specified by:
getKeyin interfaceorg.semanticweb.owlapi.model.OWLDocumentFormat
-