BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioMultipleSequences.h>
Public Member Functions | |
int | getNumberOfEntries () |
BioSequence | getEntry (unsigned long) |
bool | find (unsigned long i, const string &) |
long | getSequenceIndex (const string &) |
Protected Member Functions | |
BioMultipleSequences () | |
Protected Attributes | |
vector< BioSequence > | multiple_ |
BioMultipleSequences::BioMultipleSequences | ( | ) | [protected] |
bool BioMultipleSequences::find | ( | unsigned long | i, |
const string & | |||
) |
BioSequence BioMultipleSequences::getEntry | ( | unsigned | long | ) |
long BioMultipleSequences::getSequenceIndex | ( | const string & | ) |
vector<BioSequence> BioMultipleSequences::multiple_ [protected] |