Uses of Interface
org.biojava.nbio.ontology.Ontology
Package
Description
Tools for loading and saving ontologies.
-
Uses of Ontology in org.biojava.nbio.ontology
Modifier and TypeClassDescriptionclass
static final class
A basic in-memory implementation of an ontologyModifier and TypeMethodDescriptionOntologyFactory.createOntology
(String name, String description) Creates a new Ontologystatic Ontology
OntoTools.getCoreOntology()
Get the Ontology that defines our core "central dogma".IntegerOntology.IntTerm.getOntology()
OntologyTerm.getOntology()
Get the remote ontology referenced by this termOntologyTerm.Impl.getOntology()
RemoteTerm.Impl.getOntology()
Term.getOntology()
Return the ontology in which this term exists.Term.Impl.getOntology()
Triple.Impl.getOntology()
OntologyTerm.Impl.getTargetOntology()
ModifierConstructorDescription -
Uses of Ontology in org.biojava.nbio.ontology.io
Modifier and TypeMethodDescriptionTabDelimParser.parse
(BufferedReader in, OntologyFactory of) Parse an ontology from a reader.GOParser.parseGO
(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory) OboParser.parseOBO
(BufferedReader oboFile, String ontoName, String ontoDescription) Parse a OBO file and return its content as a BioJava Ontology object -
Uses of Ontology in org.biojava.nbio.ontology.obo