BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTLSingleBaseRange.h>
Public Member Functions | |
BioFTLSingleBaseRange () | |
BioFTLSingleBaseRange (const string &bou_) | |
int | getStartingBasePosition () |
int | getEndingBasePosition () |
int | getLowerBoundStartingBasePosition () |
int | getUpperBoundStartingBasePosition () |
int | getLowerBoundEndingBasePosition () |
int | getUpperBoundEndingBasePosition () |
string | getCompoundAccessionNumber () |
bool | findDoubleDots () |
bool | findPartial () |
bool | findStartingPartial () |
bool | findEndingPartial () |
bool | findCompoundAccessionNumber () |
string | getSequence (BioDnaSequence &) |
Protected Member Functions | |
void | setBioFTLSingleBaseRange (const string &bou_) |
Protected Attributes | |
BioFTLSingleBase | start_ |
BioFTLSingleBase | end_ |
BioFTLSingleBaseRange::BioFTLSingleBaseRange | ( | ) | [inline] |
BioFTLSingleBaseRange::BioFTLSingleBaseRange | ( | const string & | bou_ | ) |
Reimplemented in BioFTLBaseRange.
bool BioFTLSingleBaseRange::findPartial | ( | ) |
Reimplemented in BioFTLBaseRange.
Reimplemented in BioFTLBaseRange.
string BioFTLSingleBaseRange::getSequence | ( | BioDnaSequence & | ) |
Reimplemented in BioFTLBaseRange.
void BioFTLSingleBaseRange::setBioFTLSingleBaseRange | ( | const string & | bou_ | ) | [protected] |
BioFTLSingleBase BioFTLSingleBaseRange::end_ [protected] |
BioFTLSingleBase BioFTLSingleBaseRange::start_ [protected] |