Uses of Interface
org.biojava.nbio.ontology.Ontology
-
Packages that use Ontology Package Description org.biojava.nbio.ontology org.biojava.nbio.ontology.io org.biojava.nbio.ontology.obo -
-
Uses of Ontology in org.biojava.nbio.ontology
Classes in org.biojava.nbio.ontology that implement Ontology Modifier and Type Class Description classIntegerOntologystatic classOntology.ImplA basic in-memory implementation of an ontologyMethods in org.biojava.nbio.ontology that return Ontology Modifier and Type Method Description OntologyOntologyFactory. createOntology(String name, String description)Creates a new Ontologystatic OntologyOntoTools. getCoreOntology()Get the Ontology that defines our core "central dogma".OntologyIntegerOntology.IntTerm. getOntology()OntologyOntologyTerm. getOntology()Get the remote ontology referenced by this termOntologyOntologyTerm.Impl. getOntology()OntologyRemoteTerm.Impl. getOntology()OntologyTerm. getOntology()Return the ontology in which this term exists.OntologyTerm.Impl. getOntology()OntologyTriple.Impl. getOntology()OntologyOntologyTerm.Impl. getTargetOntology()Methods in org.biojava.nbio.ontology with parameters of type Ontology Modifier and Type Method Description OntologyTermOntology.Impl. createOntologyTerm(Ontology o)Constructors in org.biojava.nbio.ontology with parameters of type Ontology Constructor Description Impl(Ontology ontology, Ontology target)Impl(Ontology ontology, Ontology target, Object[] synonyms)Impl(Ontology ontology, Term remoteTerm, String name)Impl(Ontology ontology, Term remoteTerm, String name, Object[] synonyms)Impl(Ontology ontology, String name)Impl(Ontology ontology, String name, String description)Impl(Ontology ontology, String name, String description, Object[] synonyms)Impl(Ontology ontology, String name, String description)Impl(Ontology ontology, String name, String description, Object[] synonyms) -
Uses of Ontology in org.biojava.nbio.ontology.io
Methods in org.biojava.nbio.ontology.io that return Ontology Modifier and Type Method Description OntologyTabDelimParser. parse(BufferedReader in, OntologyFactory of)Parse an ontology from a reader.OntologyGOParser. parseGO(BufferedReader goFile, String ontoName, String ontoDescription, OntologyFactory factory)OntologyOboParser. 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 Constructor Description OboFileHandler(Ontology ontology)
-