public class OBOOntologyFormat
extends org.semanticweb.owlapi.model.OWLOntologyFormat
| Constructor and Description |
|---|
OBOOntologyFormat() |
| Modifier and Type | Method and Description |
|---|---|
IDSpaceManager |
getIdSpaceManager()
Gets the OBO id-space manager.
|
void |
setIDSpaceManager(IDSpaceManager m) |
String |
toString() |
public void setIDSpaceManager(IDSpaceManager m)
m - An IDSpaceManager which specifies mappings between id
prefixes and IRI prefixes.public 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.Copyright © 2014 The University of Manchester. All Rights Reserved.