public class OBO12DocumentFormat extends org.semanticweb.owlapi.model.OWLDocumentFormatImpl implements OWLOntologyFormat
| Constructor and Description |
|---|
OBO12DocumentFormat() |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.formats.PrefixDocumentFormat |
asPrefixOWLOntologyFormat() |
org.coode.owlapi.obo12.parser.IDSpaceManager |
getIdSpaceManager()
Gets the OBO id-space manager.
|
String |
getKey() |
boolean |
isPrefixOWLOntologyFormat() |
void |
setIDSpaceManager(org.coode.owlapi.obo12.parser.IDSpaceManager m) |
String |
toString() |
public 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.OWLDocumentFormatpublic boolean isPrefixOWLOntologyFormat()
isPrefixOWLOntologyFormat in interface org.semanticweb.owlapi.model.OWLDocumentFormatpublic org.semanticweb.owlapi.formats.PrefixDocumentFormat asPrefixOWLOntologyFormat()
asPrefixOWLOntologyFormat in interface org.semanticweb.owlapi.model.OWLDocumentFormatCopyright © 2018 The University of Manchester. All rights reserved.