#include <MichaelisMentenReaction.h>
Inheritance diagram for MichaelisMentenReaction:
Public Methods | |
MichaelisMentenReaction (Chemical *Enzyme, Chemical *Substrate, Chemical *Product, RateConstant *k_2, RateConstant *K_m, std::string reactionName) | |
virtual | ~MichaelisMentenReaction () |
double | GetRate () const |
std::vector< JElement * > * | GetChemicalJacobian () |
void | SetTeXForm () |
Protected Attributes | |
int | k_2 |
int | K_m |
int | Enzyme |
int | Substrate |
int | Product |
|
Definition at line 11 of file MichaelisMentenReaction.cpp. References Reaction::chemicalJacobian, Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm. |
|
Definition at line 42 of file MichaelisMentenReaction.cpp. |
|
Implements Reaction. Definition at line 71 of file MichaelisMentenReaction.cpp. References Reaction::chemicalJacobian, Reaction::chemicals, Enzyme, k_2, K_m, Reaction::rateConstants, and Substrate. |
|
Implements Reaction. Definition at line 47 of file MichaelisMentenReaction.cpp. References Reaction::chemicals, Enzyme, k_2, K_m, Reaction::rateConstants, and Substrate. |
|
Implements Reaction. Definition at line 53 of file MichaelisMentenReaction.cpp. References Reaction::chemicals, Enzyme, k_2, K_m, Reaction::m_sTeXForm, Reaction::rateConstants, and Substrate. Referenced by MichaelisMentenReaction. |
|
Definition at line 26 of file MichaelisMentenReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |
|
Definition at line 24 of file MichaelisMentenReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |
|
Definition at line 25 of file MichaelisMentenReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |
|
Definition at line 26 of file MichaelisMentenReaction.h. |
|
Definition at line 26 of file MichaelisMentenReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |