BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioGde.h>
Public Member Functions | |
BioGde () | |
BioGde (const string) | |
void | setGde (vector< string > &) |
string | getName () |
string | getLongName () |
string | getSequenceID () |
string | getCreationDate () |
int | getDirection () |
int | getStrandedness () |
string | getType () |
long | getOffset () |
int | getGroupID () |
string | getCreator () |
string | getDescription () |
string | getComments () |
string | getSequence () |
void | showGde (ostream &=cout) |
BioGde::BioGde | ( | ) |
BioGde::BioGde | ( | const string | ) |
string BioGde::getComments | ( | ) |
string BioGde::getCreationDate | ( | ) |
string BioGde::getCreator | ( | ) |
string BioGde::getDescription | ( | ) |
int BioGde::getDirection | ( | ) |
int BioGde::getGroupID | ( | ) |
string BioGde::getLongName | ( | ) |
string BioGde::getName | ( | ) |
long BioGde::getOffset | ( | ) |
string BioGde::getSequence | ( | ) |
string BioGde::getSequenceID | ( | ) |
int BioGde::getStrandedness | ( | ) |
string BioGde::getType | ( | ) |
void BioGde::setGde | ( | vector< string > & | ) |
void BioGde::showGde | ( | ostream & | = cout | ) |