BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioMultipleEmbl.h>
Public Member Functions | |
BioMultipleEmbl () | |
BioMultipleEmbl (const string &) | |
long | getNumberOfEntries () |
long | getNumberOfOccurencesOfGene (const string &) |
long | getNumberOfGenomes () |
BioMultipleEmbl | getEntriesByGene (const string &) |
BioMultipleEmbl | getEntriesByGenomes () |
BioEmbl | getEntry (long) |
BioEmbl | getEntry (const string &) |
bool | findDefinition (unsigned long i, const string &) |
bool | findLocus (unsigned long i, const string &) |
bool | findAccessionNumber (unsigned long i, const string &) |
bool | findOrganism (unsigned long i, const string &) |
bool | findTaxanomy (unsigned long i, const string &) |
bool | findKeyword (unsigned long i, const string &) |
void | showInMultipleFasta (const string &) |
void | showInMultipleFasta (ostream &=cout) |
void | showInFasta (int, ostream &=cout) |
void | pushEntry (BioEmbl &) |
Friends | |
bool | operator> (const BioMultipleEmbl &, const BioMultipleEmbl &) |
bool | operator< (const BioMultipleEmbl &, const BioMultipleEmbl &) |
bool | operator== (const BioMultipleEmbl &, const BioMultipleEmbl &) |
BioMultipleEmbl | operator+= (BioMultipleEmbl &, BioEmbl) |
BioMultipleEmbl | operator+ (BioMultipleEmbl, BioEmbl &) |
BioMultipleEmbl | operator+ (BioEmbl &, BioEmbl &) |
BioMultipleEmbl::BioMultipleEmbl | ( | const string & | ) |
bool BioMultipleEmbl::findAccessionNumber | ( | unsigned long | i, |
const string & | |||
) |
bool BioMultipleEmbl::findDefinition | ( | unsigned long | i, |
const string & | |||
) |
bool BioMultipleEmbl::findKeyword | ( | unsigned long | i, |
const string & | |||
) |
bool BioMultipleEmbl::findLocus | ( | unsigned long | i, |
const string & | |||
) |
bool BioMultipleEmbl::findOrganism | ( | unsigned long | i, |
const string & | |||
) |
bool BioMultipleEmbl::findTaxanomy | ( | unsigned long | i, |
const string & | |||
) |
BioMultipleEmbl BioMultipleEmbl::getEntriesByGene | ( | const string & | ) |
BioEmbl BioMultipleEmbl::getEntry | ( | long | ) |
BioEmbl BioMultipleEmbl::getEntry | ( | const string & | ) |
long BioMultipleEmbl::getNumberOfEntries | ( | ) |
long BioMultipleEmbl::getNumberOfGenomes | ( | ) |
long BioMultipleEmbl::getNumberOfOccurencesOfGene | ( | const string & | ) |
void BioMultipleEmbl::pushEntry | ( | BioEmbl & | ) |
void BioMultipleEmbl::showInFasta | ( | int | , |
ostream & | = cout |
||
) |
void BioMultipleEmbl::showInMultipleFasta | ( | const string & | ) |
void BioMultipleEmbl::showInMultipleFasta | ( | ostream & | = cout | ) |
BioMultipleEmbl operator+ | ( | BioMultipleEmbl | , |
BioEmbl & | |||
) | [friend] |
BioMultipleEmbl operator+ | ( | BioEmbl & | , |
BioEmbl & | |||
) | [friend] |
BioMultipleEmbl operator+= | ( | BioMultipleEmbl & | , |
BioEmbl | |||
) | [friend] |
bool operator< | ( | const BioMultipleEmbl & | , |
const BioMultipleEmbl & | |||
) | [friend] |
bool operator== | ( | const BioMultipleEmbl & | , |
const BioMultipleEmbl & | |||
) | [friend] |
bool operator> | ( | const BioMultipleEmbl & | , |
const BioMultipleEmbl & | |||
) | [friend] |