BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTQNote.h>
Public Member Functions | |
BioFTQNote () | |
BioFTQNote (const string &bou_) | |
void | setBioFTQNote (const string &) |
string | getNote () |
int | getNumberOfGoFunctions () |
int | getNumberOfGoProcesses () |
int | getNumberOfGoComponents () |
string | getGoFunction (int i) |
string | getGoProcess (int i) |
string | getGoComponent (int i) |
bool | findNote (const string &) |
void | showNote (ostream &os=cout, string x=" ") |
BioFTQNote::BioFTQNote | ( | ) | [inline] |
BioFTQNote::BioFTQNote | ( | const string & | bou_ | ) |
bool BioFTQNote::findNote | ( | const string & | ) |
string BioFTQNote::getGoComponent | ( | int | i | ) |
string BioFTQNote::getGoFunction | ( | int | i | ) |
string BioFTQNote::getGoProcess | ( | int | i | ) |
string BioFTQNote::getNote | ( | ) |
void BioFTQNote::setBioFTQNote | ( | const string & | ) |
void BioFTQNote::showNote | ( | ostream & | os = cout , |
string | x = " " |
||
) |