Package | Description |
---|---|
org.biojava.nbio.ontology | |
org.biojava.nbio.ontology.io |
Tools for loading and saving ontologies.
|
org.biojava.nbio.ontology.obo |
Modifier and Type | Class and Description |
---|---|
class |
IntegerOntology |
static class |
Ontology.Impl
A basic in-memory implementation of an ontology
|
Modifier and Type | Method and Description |
---|---|
Ontology |
OntologyFactory.createOntology(String name,
String description)
Creates a new Ontology
|
static Ontology |
OntoTools.getCoreOntology()
Get the Ontology that defines our core "central dogma".
|
Ontology |
Triple.Impl.getOntology() |
Ontology |
IntegerOntology.IntTerm.getOntology() |
Ontology |
OntologyTerm.getOntology()
Get the remote ontology referenced by this term
|
Ontology |
OntologyTerm.Impl.getOntology() |
Ontology |
RemoteTerm.Impl.getOntology() |
Ontology |
Term.getOntology()
Return the ontology in which this term exists.
|
Ontology |
Term.Impl.getOntology() |
Ontology |
OntologyTerm.Impl.getTargetOntology() |
Modifier and Type | Method and Description |
---|---|
OntologyTerm |
Ontology.Impl.createOntologyTerm(Ontology o) |
Constructor and Description |
---|
Impl(Ontology ontology,
Ontology target) |
Impl(Ontology ontology,
Ontology target,
Object[] synonyms) |
Impl(Ontology ontology,
String name) |
Impl(Ontology ontology,
String name,
String description) |
Impl(Ontology ontology,
String name,
String description) |
Impl(Ontology ontology,
String name,
String description,
Object[] synonyms) |
Impl(Ontology ontology,
String name,
String description,
Object[] synonyms) |
Impl(Ontology ontology,
Term remoteTerm,
String name) |
Impl(Ontology ontology,
Term remoteTerm,
String name,
Object[] synonyms) |
Modifier and Type | Method and Description |
---|---|
Ontology |
TabDelimParser.parse(BufferedReader in,
OntologyFactory of)
Parse an ontology from a reader.
|
Ontology |
GOParser.parseGO(BufferedReader goFile,
String ontoName,
String ontoDescription,
OntologyFactory factory) |
Ontology |
OboParser.parseOBO(BufferedReader oboFile,
String ontoName,
String ontoDescription)
Parse a OBO file and return its content as a BioJava Ontology object
|
Constructor and Description |
---|
OboFileHandler(Ontology ontology) |
Copyright © 2000–2019 BioJava. All rights reserved.