BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTKSingleExon.h>
Public Member Functions | |
BioFTKSingleExon () | |
BioFTKSingleExon (const string &de_) | |
void | setFTKSingleExon (vector< string >) |
void | showExon (ostream &=cout, string x=" ") |
void | showFeatureQualifiers (ostream &os=cout) |
bool | findPseudo () |
Friends | |
bool | operator> (const BioFTKSingleExon &, const BioFTKSingleExon &) |
bool | operator< (const BioFTKSingleExon &, const BioFTKSingleExon &) |
bool | operator== (const BioFTKSingleExon &, const BioFTKSingleExon &) |
BioFTKSingleExon::BioFTKSingleExon | ( | const string & | de_ | ) |
bool BioFTKSingleExon::findPseudo | ( | ) |
void BioFTKSingleExon::setFTKSingleExon | ( | vector< string > | ) |
void BioFTKSingleExon::showExon | ( | ostream & | = cout , |
string | x = " " |
||
) |
void BioFTKSingleExon::showFeatureQualifiers | ( | ostream & | os = cout | ) |
bool operator< | ( | const BioFTKSingleExon & | , |
const BioFTKSingleExon & | |||
) | [friend] |
bool operator== | ( | const BioFTKSingleExon & | , |
const BioFTKSingleExon & | |||
) | [friend] |
bool operator> | ( | const BioFTKSingleExon & | , |
const BioFTKSingleExon & | |||
) | [friend] |