|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioEmblId.h>

Public Member Functions | |
| BioEmblId () | |
| BioEmblId (const string &) | |
| void | setId (string &) |
| string | getEntryName () |
| string | getLocusName () |
| string | getDataStatus () |
| string | getStrandName () |
| string | getMoleculeName () |
| string | getDivisionCode () |
| void | showId (ostream &=cout) |
| long | getIdBasePairs () |
| bool | findId (const string &) |
| BioEmblId::BioEmblId | ( | const string & | ) |
| bool BioEmblId::findId | ( | const string & | ) |
| string BioEmblId::getDataStatus | ( | ) |
| string BioEmblId::getDivisionCode | ( | ) |
| string BioEmblId::getEntryName | ( | ) |
| long BioEmblId::getIdBasePairs | ( | ) |
| string BioEmblId::getLocusName | ( | ) |
| string BioEmblId::getMoleculeName | ( | ) |
| string BioEmblId::getStrandName | ( | ) |
| void BioEmblId::setId | ( | string & | ) |
| void BioEmblId::showId | ( | ostream & | = cout | ) |