Uses of Interface
org.biojava.nbio.ontology.Ontology
Packages that use Ontology
Package
Description
Tools for loading and saving ontologies.
-
Uses of Ontology in org.biojava.nbio.ontology
Classes in org.biojava.nbio.ontology that implement OntologyModifier and TypeClassDescriptionclassstatic final classA basic in-memory implementation of an ontologyMethods in org.biojava.nbio.ontology that return OntologyModifier and TypeMethodDescriptionOntologyFactory.createOntology(String name, String description) Creates a new Ontologystatic OntologyOntoTools.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()Methods in org.biojava.nbio.ontology with parameters of type OntologyConstructors in org.biojava.nbio.ontology with parameters of type OntologyModifierConstructorDescription -
Uses of Ontology in org.biojava.nbio.ontology.io
Methods in org.biojava.nbio.ontology.io that return OntologyModifier 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
Constructors in org.biojava.nbio.ontology.obo with parameters of type Ontology