BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioSwissProtKw.h>
Public Member Functions | |
BioSwissProtKw () | |
BioSwissProtKw (const string &) | |
void | setKw (const string &) |
int | getNumberOfKws () |
string | getKw (int) |
void | showKw (ostream &=cout) |
bool | findKw (const string &) |
BioSwissProtKw::BioSwissProtKw | ( | const string & | ) |
bool BioSwissProtKw::findKw | ( | const string & | ) |
string BioSwissProtKw::getKw | ( | int | ) |
int BioSwissProtKw::getNumberOfKws | ( | ) |
void BioSwissProtKw::setKw | ( | const string & | ) |
void BioSwissProtKw::showKw | ( | ostream & | = cout | ) |