|
copasi API
0.1
|
#include <CModelAnalyzer.h>
Classes | |
| class | ReactionResult |
Public Member Functions | |
| CModelAnalyzer (const CModel *model) | |
| void | writeReport (std::ostream &os, bool rt, bool verbose) const |
Protected Member Functions | |
| void | checkModel (const CModel *model) |
| ReactionResult | checkReaction (const CReaction *reaction) |
Protected Attributes | |
| const CModel * | mpModel |
| std::vector< ReactionResult > | mReactionResults |
| CModelAnalyzer::CModelAnalyzer | ( | const CModel * | model | ) |
| void CModelAnalyzer::checkModel | ( | const CModel * | model | ) | [protected] |
| CModelAnalyzer::ReactionResult CModelAnalyzer::checkReaction | ( | const CReaction * | reaction | ) | [protected] |
| void CModelAnalyzer::writeReport | ( | std::ostream & | os, |
| bool | rt, | ||
| bool | verbose | ||
| ) | const |
const CModel* CModelAnalyzer::mpModel [protected] |
std::vector<ReactionResult> CModelAnalyzer::mReactionResults [protected] |
1.7.5.1