|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioNucleicAcidLibrary.h>
Public Member Functions | |
| ~BioNucleicAcidLibrary () | |
Static Public Member Functions | |
| static void | Initialize () |
| static void | Clear () |
| static unsigned int | getNumberOfNucleicAcids () |
| static string | getNucleicAcid (const unsigned int &i) |
Static Public Attributes | |
| static map< const string, BioNucleicAcid * > | NucleicAcid |
| BioNucleicAcidLibrary::~BioNucleicAcidLibrary | ( | ) | [inline] |
| static void BioNucleicAcidLibrary::Clear | ( | ) | [static] |
| static string BioNucleicAcidLibrary::getNucleicAcid | ( | const unsigned int & | i | ) | [static] |
| static unsigned int BioNucleicAcidLibrary::getNumberOfNucleicAcids | ( | ) | [static] |
| static void BioNucleicAcidLibrary::Initialize | ( | ) | [static] |
map<const string, BioNucleicAcid*> BioNucleicAcidLibrary::NucleicAcid [static] |