Package | Description |
---|---|
org.biojava.ontology |
A general-purpose API for ontologies.
|
org.biojava.ontology.io |
Tools for loading and saving ontologies.
|
Modifier and Type | Method and Description |
---|---|
static OntologyFactory |
OntoTools.getDefaultFactory() |
Modifier and Type | Method and Description |
---|---|
Ontology |
TabDelimParser.parse(java.io.BufferedReader in,
OntologyFactory of)
Parse an ontology from a reader.
|
Ontology |
GOParser.parseGO(java.io.BufferedReader goFile,
java.lang.String ontoName,
java.lang.String ontoDescription,
OntologyFactory factory) |