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 |
Modifier and Type | Method and Description |
---|---|
NCBITaxon |
SimpleBioEntry.getTaxon()
Gets the taxon associated with this bioentry.
|
NCBITaxon |
BioEntry.getTaxon()
Gets the taxon associated with this bioentry.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBioEntry.setTaxon(NCBITaxon taxon)
Sets the taxon for this bioentry.
|
void |
BioEntry.setTaxon(NCBITaxon taxon)
Sets the taxon for this bioentry.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRichSequenceBuilder.setTaxon(NCBITaxon taxon)
Call back method so the event emitter can tell the listener
the Taxon of the record being read.
|
void |
RichSeqIOListener.setTaxon(NCBITaxon taxon)
Call back method so the event emitter can tell the listener
the Taxon of the record being read.
|
void |
RichSeqIOAdapter.setTaxon(NCBITaxon taxon) |
void |
DebuggingRichSeqIOListener.setTaxon(NCBITaxon taxon) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleNCBITaxon
Reference implementation of NCBITaxon.
|
Modifier and Type | Method and Description |
---|---|
protected NCBITaxon |
SimpleNCBITaxonomyLoader.findTaxon(Object[] theKeys) |
NCBITaxon |
SimpleNCBITaxonomyLoader.readName(BufferedReader names)
Reads the next entry from the names.dmp file and returns the corresponding
NCBITaxon object with the name added in already.
|
NCBITaxon |
NCBITaxonomyLoader.readName(BufferedReader names)
Reads the next entry from the names.dmp file and returns the corresponding
NCBITaxon object with the name added in already.
|
NCBITaxon |
SimpleNCBITaxonomyLoader.readNode(BufferedReader nodes)
Reads the next entry from the nodes.dmp file and returns the corresponding
NCBITaxon object.
|
NCBITaxon |
NCBITaxonomyLoader.readNode(BufferedReader nodes)
Reads the next entry from the nodes.dmp file and returns the corresponding
NCBITaxon object.
|
Copyright © 2014 BioJava. All rights reserved.