public interface NCBITaxonomyDataSource
Modifier and Type | Method and Description |
---|---|
Set<NCBITaxon> |
getByName(String inValue)
Retrieves the NCBITaxon for the specified common name, scientific name,
or GenBank common name.
|
NCBITaxon |
getByTaxonId(int inValue)
Retrieves the taxon for the specified NCBI taxon id.
|
NCBITaxon getByTaxonId(int inValue)
inValue
- the taxon id for the taxon object to retrieveSet<NCBITaxon> getByName(String inValue)
inValue
- the species name (common or scientific) for the taxon object to return