BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioGenBankLocus.h>
Public Member Functions | |
BioGenBankLocus () | |
BioGenBankLocus (const string &loc_) | |
void | setLocus (const string &) |
string | getLocusName () |
string | getEntryName () |
long | getNumberOfBasePairs () |
string | getNumberOfStrands () |
string | getStrandTopology () |
string | getMoleculeName () |
string | getStrandType () |
string | getDivisionCode () |
string | getDepositedDate () |
string | getDepositedMonth () |
int | getDepositedDay () |
int | getDepositedYear () |
void | showLocus (ostream &=cout) |
bool | findLocus (const string) |
BioGenBankLocus::BioGenBankLocus | ( | const string & | loc_ | ) |
bool BioGenBankLocus::findLocus | ( | const string | ) |
string BioGenBankLocus::getDepositedDate | ( | ) |
int BioGenBankLocus::getDepositedDay | ( | ) |
string BioGenBankLocus::getDepositedMonth | ( | ) |
string BioGenBankLocus::getDivisionCode | ( | ) |
string BioGenBankLocus::getEntryName | ( | ) |
string BioGenBankLocus::getLocusName | ( | ) |
string BioGenBankLocus::getMoleculeName | ( | ) |
string BioGenBankLocus::getNumberOfStrands | ( | ) |
string BioGenBankLocus::getStrandTopology | ( | ) |
string BioGenBankLocus::getStrandType | ( | ) |
void BioGenBankLocus::setLocus | ( | const string & | ) |
void BioGenBankLocus::showLocus | ( | ostream & | = cout | ) |