BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTQAntiCodon.h>
Public Member Functions | |
BioFTQAntiCodon () | |
BioFTQAntiCodon (const string &bou_) | |
int | getInitialBasePosition () |
int | getFinalBasePosition () |
string | getAntiCodonAminoAcid () |
void | showAntiCodon (ostream &=cout, string x=" ") |
bool | findAntiCodon (const string &) |
Protected Member Functions | |
void | setBioFTQAntiCodon (const string &bou_) |
BioFTQAntiCodon::BioFTQAntiCodon | ( | ) | [inline] |
BioFTQAntiCodon::BioFTQAntiCodon | ( | const string & | bou_ | ) |
bool BioFTQAntiCodon::findAntiCodon | ( | const string & | ) |
string BioFTQAntiCodon::getAntiCodonAminoAcid | ( | ) |
void BioFTQAntiCodon::setBioFTQAntiCodon | ( | const string & | bou_ | ) | [protected] |
void BioFTQAntiCodon::showAntiCodon | ( | ostream & | = cout , |
string | x = " " |
||
) |