public class OBOOntologyFormat
extends org.semanticweb.owlapi.model.OWLOntologyFormat
| Constructor and Description |
|---|
OBOOntologyFormat() |
OBOOntologyFormat(IDSpaceManager idSpaceManager)
Constructs an OBOOntologyFormat object.
|
| Modifier and Type | Method and Description |
|---|---|
IDSpaceManager |
getIdSpaceManager()
Gets the OBO id-space manager.
|
String |
toString() |
public OBOOntologyFormat()
public OBOOntologyFormat(IDSpaceManager idSpaceManager)
idSpaceManager - 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 © 2013 The University of Manchester. All Rights Reserved.