Reversible association class The chemical constants associated with a reaction. More...
#include "us_model.h"
Public Member Functions | |
Association () | |
bool | operator== (const Association &) const |
A test for equal Associations. More... | |
bool | operator!= (const Association &a) const |
A test for unequal associations. More... | |
Public Attributes | |
double | k_d |
Dissociation Constant. More... | |
double | k_off |
K_Off Rate Constant. More... | |
QVector< int > | rcomps |
QVector< int > | stoichs |
Reversible association class The chemical constants associated with a reaction.
Definition at line 231 of file us_model.h.
US_Model::Association::Association | ( | ) |
Definition at line 59 of file us_model.cpp.
|
inline |
A test for unequal associations.
Definition at line 247 of file us_model.h.
bool US_Model::Association::operator== | ( | const Association & | a | ) | const |
A test for equal Associations.
Definition at line 67 of file us_model.cpp.
double US_Model::Association::k_d |
Dissociation Constant.
Definition at line 235 of file us_model.h.
double US_Model::Association::k_off |
K_Off Rate Constant.
Definition at line 236 of file us_model.h.
QVector< int > US_Model::Association::rcomps |
List of all system components involved in this reaction
Definition at line 237 of file us_model.h.
QVector< int > US_Model::Association::stoichs |
List of Stoichiometry values of components in chemical equation. Positive->reactant; negative->product
Definition at line 239 of file us_model.h.