|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioScopClass.h>
Public Member Functions | |
| BioScopClass () | |
| BioScopClass (const string &) | |
| void | setClass (vector< string >) |
| int | getScopUniqueId () |
| char | getClassId () |
| int | getNumberOfFolds () |
| string | getDescription () |
| BioScopFold | getFold (int) |
| BioScopClass::BioScopClass | ( | const string & | ) |
| char BioScopClass::getClassId | ( | ) |
| string BioScopClass::getDescription | ( | ) |
| BioScopFold BioScopClass::getFold | ( | int | ) |
| int BioScopClass::getNumberOfFolds | ( | ) |
| int BioScopClass::getScopUniqueId | ( | ) |
| void BioScopClass::setClass | ( | vector< string > | ) |