BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioNucleicAcid.h>
Public Member Functions | |
~BioNucleicAcid () | |
BioNucleicAcid (const string &nan, const int &sn, const char &slc, const float &mw, const char &cb, const char &mrna) | |
char | getSingleLetterCode () const |
int | getSerialNumber () const |
float | getMolecularWeight () const |
string | getNucleicAcidName () const |
char | getComplementaryBase () const |
char | getmRnaBase () const |
Friends | |
bool | operator> (const BioNucleicAcid &, const BioNucleicAcid &) |
bool | operator< (const BioNucleicAcid &, const BioNucleicAcid &) |
bool | operator== (const BioNucleicAcid &, const BioNucleicAcid &) |
BioNucleicAcid::BioNucleicAcid | ( | const string & | nan, |
const int & | sn, | ||
const char & | slc, | ||
const float & | mw, | ||
const char & | cb, | ||
const char & | mrna | ||
) | [inline] |
char BioNucleicAcid::getComplementaryBase | ( | ) | const [inline] |
float BioNucleicAcid::getMolecularWeight | ( | ) | const [inline] |
char BioNucleicAcid::getmRnaBase | ( | ) | const [inline] |
string BioNucleicAcid::getNucleicAcidName | ( | ) | const [inline] |
int BioNucleicAcid::getSerialNumber | ( | ) | const [inline] |
char BioNucleicAcid::getSingleLetterCode | ( | ) | const [inline] |
bool operator< | ( | const BioNucleicAcid & | , |
const BioNucleicAcid & | |||
) | [friend] |
bool operator== | ( | const BioNucleicAcid & | , |
const BioNucleicAcid & | |||
) | [friend] |
bool operator> | ( | const BioNucleicAcid & | , |
const BioNucleicAcid & | |||
) | [friend] |