Uses of Interface
org.biojava.bio.taxa.Taxon
-
Packages that use Taxon Package Description org.biojava.bio.seq.db.biosql General purpose Sequence storage in a relational database.org.biojava.bio.taxa Taxonomy object for representing species information. -
-
Uses of Taxon in org.biojava.bio.seq.db.biosql
Methods in org.biojava.bio.seq.db.biosql that return Taxon Modifier and Type Method Description static TaxonTaxonSQL. addName(Connection conn, Taxon taxon, String nameClass, String newName)Deprecated.Adds a new name of the givennameClassto the taxon.static TaxonTaxonSQL. getDBTaxon(Connection conn, int taxon_id)Deprecated.Attempts to get a Taxon object corresponding to the specified taxon_id (i.e. the database's internal id for the taxon).static TaxonTaxonSQL. getTaxon(Connection conn, int ncbi_taxon_id)Deprecated.Attempts to get a Taxon object corresponding to the specified NCBI taxon ID.static TaxonTaxonSQL. getTaxon(Connection conn, String name)Deprecated.Attempts to get a Taxon object corresponding to the specified name.static TaxonTaxonSQL. removeName(Connection conn, DBHelper helper, Taxon taxon, String nameClass, String oldName)Deprecated.Deletes the specified name from of the taxon from the database.static TaxonTaxonSQL. removeTaxon(Connection conn, int ncbi_id, DBHelper helper)Deprecated.Deletes the taxon given by it's NCBI-Taxon-ID from the database and returns the removed taxon.static TaxonTaxonSQL. removeTaxon(Connection conn, DBHelper helper, String name)Deprecated.Deletes a taxon specified by one of it's names with all it's different names, annotations and sequences from the database.static TaxonTaxonSQL. setCommonName(Connection conn, Taxon taxon, String newName)Deprecated.With this method the common name of the given taxon can be changed or created, if there was none before.static TaxonTaxonSQL. setScientificName(Connection conn, Taxon taxon, String newName)Deprecated.This changes the scientific name of the given taxon and stores the new name persistent in the database.Methods in org.biojava.bio.seq.db.biosql with parameters of type Taxon Modifier and Type Method Description static TaxonTaxonSQL. addName(Connection conn, Taxon taxon, String nameClass, String newName)Deprecated.Adds a new name of the givennameClassto the taxon.static StackTaxonSQL. getChildrenOf(Connection conn, Taxon t)Deprecated.Returns the children as aStackof this given taxon.static StringTaxonSQL. getRealScientificName(Taxon t)Deprecated.This returns the true scientific name of a given taxon, if there is one.static intTaxonSQL. putTaxon(Connection conn, DBHelper helper, Taxon taxon)Deprecated.Adds aTaxon(along with its parents) to the database.static voidTaxonSQL. removeGeneticCodeID(Connection conn, DBHelper helper, Taxon tdb)Deprecated.Deletes the genetic code annotation from the taxon in the database.static voidTaxonSQL. removeLeftValue(Connection conn, DBHelper helper, Taxon tdb)Deprecated.Deletes the left value from the specified taxon in the database.static voidTaxonSQL. removeMitochondrialGeneticCodeID(Connection conn, DBHelper helper, Taxon tdb)Deprecated.Deletes the so called mitochondrial genetic code annotation from the given taxon.static TaxonTaxonSQL. removeName(Connection conn, DBHelper helper, Taxon taxon, String nameClass, String oldName)Deprecated.Deletes the specified name from of the taxon from the database.static voidTaxonSQL. removeRank(Connection conn, DBHelper helper, Taxon tdb)Deprecated.Removes the rank persistently from the taxon in the database.static voidTaxonSQL. removeRightValue(Connection conn, DBHelper helper, Taxon tdb)Deprecated.Deletes the right value from the specified taxon in the database.static TaxonTaxonSQL. setCommonName(Connection conn, Taxon taxon, String newName)Deprecated.With this method the common name of the given taxon can be changed or created, if there was none before.static voidTaxonSQL. setGeneticCodeID(Connection conn, Taxon tdb, int id)Deprecated.Updates the taxon in the database and sets its genetic code id to the specified value.static voidTaxonSQL. setLeftValue(Connection conn, Taxon tdb, int left)Deprecated.Updates the taxon and sets the left value to the specified value.static voidTaxonSQL. setMitochondrialGeneticCodeID(Connection conn, Taxon tdb, int id)Deprecated.Updates the given taxon and sets it's so called mitochondrial genetic code id to the specified value.static voidTaxonSQL. setParent(Connection conn, Taxon child, Taxon parent)Deprecated.This updates the taxonomic tree in the database and sets the parent of the given child taxon to the parent taxon.static voidTaxonSQL. setRank(Connection conn, Taxon tdb, String rank)Deprecated.Updates a taxon and sets it's rank to the specifiedString.static voidTaxonSQL. setRightValue(Connection conn, Taxon tdb, int right)Deprecated.Updates the taxon in the database and sets the right value to the specified value.static TaxonTaxonSQL. setScientificName(Connection conn, Taxon taxon, String newName)Deprecated.This changes the scientific name of the given taxon and stores the new name persistent in the database. -
Uses of Taxon in org.biojava.bio.taxa
Classes in org.biojava.bio.taxa that implement Taxon Modifier and Type Class Description classAbstractTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaclassSimpleTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaclassWeakTaxonDeprecated.replaced by classes inorg.biojavax.bio.taxaFields in org.biojava.bio.taxa declared as Taxon Modifier and Type Field Description protected TaxonSimpleTaxon. parentDeprecated.protected TaxonWeakTaxon. parentDeprecated.Methods in org.biojava.bio.taxa that return Taxon Modifier and Type Method Description TaxonSimpleTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.TaxonTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.Add a taxon as a child to a parent.TaxonWeakTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.TaxonSimpleTaxonFactory. createTaxon(String scientificName, String commonName)Deprecated.TaxonTaxonFactory. createTaxon(String scientificName, String commonName)Deprecated.Create a new orphan Taxon with a given scientific and common name.TaxonWeakTaxonFactory. createTaxon(String scientificName, String commonName)Deprecated.TaxonSimpleTaxon. getParent()Deprecated.TaxonTaxon. getParent()Deprecated.The parent of this Taxon.TaxonWeakTaxon. getParent()Deprecated.TaxonSimpleTaxonFactory. getRoot()Deprecated.TaxonTaxonFactory. getRoot()Deprecated.Retrieve the root upon which all rooted Taxon that this factory knows about are rooted.TaxonWeakTaxonFactory. getRoot()Deprecated.TaxonSimpleTaxonFactory. importTaxon(Taxon taxon)Deprecated.TaxonTaxonFactory. importTaxon(Taxon source)Deprecated.Import a Taxon and all its children into the implementation provided by this factory.TaxonWeakTaxonFactory. importTaxon(Taxon taxon)Deprecated.TaxonEbiFormat. parse(TaxonFactory taxonFactory, String taxonString)Deprecated.TaxonTaxonParser. parse(TaxonFactory taxonFactory, String taxonString)Deprecated.Convert a stringified Taxon into a Taxon instance.TaxonSimpleTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.TaxonTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.Remove a Taxon as a child to this one.TaxonWeakTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.TaxonSimpleTaxonFactory. search(Object id)Deprecated.TaxonTaxonFactory. search(Object id)Deprecated.Retrieve a Taxon that matches some ID.TaxonWeakTaxonFactory. search(Object id)Deprecated.Methods in org.biojava.bio.taxa with parameters of type Taxon Modifier and Type Method Description TaxonSimpleTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.TaxonTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.Add a taxon as a child to a parent.TaxonWeakTaxonFactory. addChild(Taxon parent, Taxon child)Deprecated.TaxonSimpleTaxonFactory. importTaxon(Taxon taxon)Deprecated.TaxonTaxonFactory. importTaxon(Taxon source)Deprecated.Import a Taxon and all its children into the implementation provided by this factory.TaxonWeakTaxonFactory. importTaxon(Taxon taxon)Deprecated.TaxonSimpleTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.TaxonTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.Remove a Taxon as a child to this one.TaxonWeakTaxonFactory. removeChild(Taxon parent, Taxon child)Deprecated.StringEbiFormat. serialize(Taxon taxon)Deprecated.StringTaxonParser. serialize(Taxon taxon)Deprecated.Convert a Taxon into a stringified representation.StringEbiFormat. serializeSource(Taxon taxon)Deprecated.StringEbiFormat. serializeXRef(Taxon taxon)Deprecated.
-