public class OBO12DocumentFormat
extends org.semanticweb.owlapi.model.OWLDocumentFormatImpl
implements org.semanticweb.owlapi.model.OWLDocumentFormat
| Constructor and Description |
|---|
OBO12DocumentFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.coode.owlapi.obo12.parser.IDSpaceManager |
getIdSpaceManager()
Gets the OBO id-space manager.
|
String |
getKey() |
void |
setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m) |
String |
toString() |
equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameterasPrefixOWLDocumentFormat, computeIllegals, determineIllegalPunnings, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isMissingType, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameterpublic String toString()
toString in class org.semanticweb.owlapi.model.OWLDocumentFormatImplpublic void setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m)
m - An IDSpaceManager which specifies mappings between id
prefixes and IRI prefixes.public org.coode.owlapi.obo12.parser.IDSpaceManager getIdSpaceManager()
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.public String getKey()
getKey in interface org.semanticweb.owlapi.model.OWLDocumentFormatCopyright © 2016 The University of Manchester. All Rights Reserved.