BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioGenBankSource.h>
Public Member Functions | |
BioGenBankSource () | |
BioGenBankSource (const string &de_) | |
void | showSource (ostream &=cout) |
string | getSource () |
string | getOrganismName () |
string | getTaxanomy () |
bool | find (const string &) |
bool | findSource (const string &) |
bool | findOrganism (const string &) |
bool | findTaxanomy (const string &) |
Protected Member Functions | |
void | setSource (vector< string >) |
BioGenBankSource::BioGenBankSource | ( | ) | [inline] |
BioGenBankSource::BioGenBankSource | ( | const string & | de_ | ) |
bool BioGenBankSource::find | ( | const string & | ) |
bool BioGenBankSource::findOrganism | ( | const string & | ) |
bool BioGenBankSource::findSource | ( | const string & | ) |
bool BioGenBankSource::findTaxanomy | ( | const string & | ) |
string BioGenBankSource::getOrganismName | ( | ) |
string BioGenBankSource::getSource | ( | ) |
string BioGenBankSource::getTaxanomy | ( | ) |
void BioGenBankSource::setSource | ( | vector< string > | ) | [protected] |
void BioGenBankSource::showSource | ( | ostream & | = cout | ) |