|
copasi API
0.1
|
#include <CNormalChoice.h>
| CNormalChoice::CNormalChoice | ( | ) |
| CNormalChoice::CNormalChoice | ( | const CNormalChoice & | src | ) |
| CNormalChoice::~CNormalChoice | ( | ) | [virtual] |
| bool CNormalChoice::checkConditionTree | ( | const CNormalBase & | branch | ) | [static] |
| bool CNormalChoice::checkExpressionTree | ( | const CNormalBase & | branch | ) | [static] |
| CNormalBase * CNormalChoice::copy | ( | ) | const [virtual] |
Implements CNormalBase.
| const CNormalLogical & CNormalChoice::getCondition | ( | ) | const |
| CNormalLogical & CNormalChoice::getCondition | ( | ) |
| const CNormalFraction & CNormalChoice::getFalseExpression | ( | ) | const |
| CNormalFraction & CNormalChoice::getFalseExpression | ( | ) |
| const CNormalFraction & CNormalChoice::getTrueExpression | ( | ) | const |
| CNormalFraction & CNormalChoice::getTrueExpression | ( | ) |
| bool CNormalChoice::operator< | ( | const CNormalChoice & | rhs | ) | const |
| CNormalChoice & CNormalChoice::operator= | ( | const CNormalChoice & | src | ) |
| bool CNormalChoice::operator== | ( | const CNormalChoice & | rhs | ) | const |
| bool CNormalChoice::setCondition | ( | const CNormalLogical & | cond | ) |
| bool CNormalChoice::setFalseExpression | ( | const CNormalFraction & | branch | ) |
| bool CNormalChoice::setTrueExpression | ( | const CNormalFraction & | branch | ) |
| bool CNormalChoice::simplify | ( | ) | [virtual] |
Implements CNormalBase.
| std::string CNormalChoice::toString | ( | ) | const [virtual] |
Implements CNormalBase.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const CNormalChoice & | choice | ||
| ) | [friend] |
CNormalLogical* CNormalChoice::mpCondition [protected] |
CNormalFraction* CNormalChoice::mpFalse [protected] |
CNormalFraction* CNormalChoice::mpTrue [protected] |
1.7.5.1