Package | Description |
---|---|
org.biojava.nbio.ontology | |
org.biojava.nbio.ontology.io |
Tools for loading and saving ontologies.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Thrown to indicate that a term or triple can't be added to an ontology
because it is already present.
|
class |
InvalidTermException
Thrown to indicate that an ontology term is not acceptable or
appropriate in a given context
|
Modifier and Type | Method and Description |
---|---|
Ontology |
OntologyFactory.createOntology(String name,
String description)
Creates a new Ontology
|
Modifier and Type | Method and Description |
---|---|
Ontology |
TabDelimParser.parse(BufferedReader in,
OntologyFactory of)
Parse an ontology from a reader.
|
Copyright © 2000–2019 BioJava. All rights reserved.