#include <CompetitiveDegradationReaction.h>
Inheritance diagram for CompetitiveDegradationReaction:
Public Methods | |
double | GetRate () const |
CompetitiveDegradationReaction (Chemical *phosphorylatedprotein, Chemical *competitivebinder, RateConstant *kphx, RateConstant *Km, std::string name) | |
virtual | ~CompetitiveDegradationReaction () |
std::vector< JElement * > * | GetChemicalJacobian () |
void | SetTeXForm () |
Private Attributes | |
int | phosphorylatedprotein |
int | competitivebinder |
int | kphx |
int | Km |
|
Definition at line 15 of file CompetitiveDegradationReaction.cpp. References Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm. |
|
Definition at line 43 of file CompetitiveDegradationReaction.cpp. |
|
Implements Reaction. Definition at line 61 of file CompetitiveDegradationReaction.cpp. References Reaction::chemicalJacobian. |
|
Implements Reaction. Definition at line 49 of file CompetitiveDegradationReaction.cpp. References Reaction::chemicals, competitivebinder, Km, kphx, phosphorylatedprotein, and Reaction::rateConstants. |
|
Implements Reaction. Definition at line 54 of file CompetitiveDegradationReaction.cpp. Referenced by CompetitiveDegradationReaction. |
|
Definition at line 23 of file CompetitiveDegradationReaction.h. Referenced by GetRate. |
|
Definition at line 24 of file CompetitiveDegradationReaction.h. Referenced by GetRate. |
|
Definition at line 24 of file CompetitiveDegradationReaction.h. Referenced by GetRate. |
|
Definition at line 23 of file CompetitiveDegradationReaction.h. Referenced by GetRate. |