#include <ModelFactory.h>
Public Member Functions | |
| ModelFactory (Connection &conn1, const string &intab, Connection &conn2) | |
| ~ModelFactory () | |
| GenModel * | next () |
| bool | getGenomicSeq () |
| void | showRow (const Row &row, ostream &ous) const |
Public Attributes | |
| StoreQueryResult | rslt |
| Query | gquery |
| string | gname |
| string * | gseq |
| GenModel * | gmp |
| int | ri |
Static Public Attributes | |
| static ofstream | log |
| static int | idcnt = 1 |
| ModelFactory::ModelFactory | ( | Connection & | conn1, | |
| const string & | intab, | |||
| Connection & | conn2 | |||
| ) |
| ModelFactory::~ModelFactory | ( | ) |
References gseq.
| GenModel * ModelFactory::next | ( | ) |
return 0 if no more or a pointer to a valid GenModel object. This method will skip invalid objects.
References getGenomicSeq(), gmp, gname, gseq, idcnt, log, ri, rslt, showRow(), string(), and GenModel::valid().
Referenced by writeResultToDatabase(), and writeResultToFile().
| bool ModelFactory::getGenomicSeq | ( | ) |
| void ModelFactory::showRow | ( | const Row & | row, | |
| ostream & | ous | |||
| ) | const |
| StoreQueryResult ModelFactory::rslt |
Referenced by ModelFactory(), and next().
| Query ModelFactory::gquery |
Referenced by getGenomicSeq(), and ModelFactory().
| string ModelFactory::gname |
Referenced by getGenomicSeq(), and next().
| string* ModelFactory::gseq |
Referenced by getGenomicSeq(), next(), and ~ModelFactory().
Referenced by next().
| int ModelFactory::ri |
ofstream ModelFactory::log [static] |
Referenced by next().
int ModelFactory::idcnt = 1 [static] |
Referenced by next().
1.5.6