Uses of Interface
org.biojavax.bio.taxa.NCBITaxon
-
Packages that use NCBITaxon Package Description org.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects.org.biojavax.bio.taxa Objects that model the NCBI taxonomy schema as described in the BioSQL schema.org.biojavax.bio.taxa.io -
-
Uses of NCBITaxon in org.biojavax.bio
Methods in org.biojavax.bio that return NCBITaxon Modifier and Type Method Description NCBITaxonBioEntry. getTaxon()Gets the taxon associated with this bioentry.NCBITaxonSimpleBioEntry. getTaxon()Gets the taxon associated with this bioentry.Methods in org.biojavax.bio with parameters of type NCBITaxon Modifier and Type Method Description voidBioEntry. setTaxon(NCBITaxon taxon)Sets the taxon for this bioentry.voidSimpleBioEntry. setTaxon(NCBITaxon taxon)Sets the taxon for this bioentry. -
Uses of NCBITaxon in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io with parameters of type NCBITaxon Modifier and Type Method Description voidDebuggingRichSeqIOListener. setTaxon(NCBITaxon taxon)voidRichSeqIOAdapter. setTaxon(NCBITaxon taxon)voidRichSeqIOListener. setTaxon(NCBITaxon taxon)Call back method so the event emitter can tell the listener the Taxon of the record being read.voidSimpleRichSequenceBuilder. setTaxon(NCBITaxon taxon)Call back method so the event emitter can tell the listener the Taxon of the record being read. -
Uses of NCBITaxon in org.biojavax.bio.taxa
Classes in org.biojavax.bio.taxa that implement NCBITaxon Modifier and Type Class Description classSimpleNCBITaxonReference implementation of NCBITaxon. -
Uses of NCBITaxon in org.biojavax.bio.taxa.io
Methods in org.biojavax.bio.taxa.io that return NCBITaxon Modifier and Type Method Description protected NCBITaxonSimpleNCBITaxonomyLoader. findTaxon(Object[] theKeys)NCBITaxonNCBITaxonomyLoader. readName(BufferedReader names)Reads the next entry from the names.dmp file and returns the corresponding NCBITaxon object with the name added in already.NCBITaxonSimpleNCBITaxonomyLoader. readName(BufferedReader names)Reads the next entry from the names.dmp file and returns the corresponding NCBITaxon object with the name added in already.NCBITaxonNCBITaxonomyLoader. readNode(BufferedReader nodes)Reads the next entry from the nodes.dmp file and returns the corresponding NCBITaxon object.NCBITaxonSimpleNCBITaxonomyLoader. readNode(BufferedReader nodes)Reads the next entry from the nodes.dmp file and returns the corresponding NCBITaxon object.
-