#include <TranscriptionReaction.h>
Inheritance diagram for TranscriptionReaction:
Public Methods | |
double | GetRate () const |
TranscriptionReaction (Chemical *freePromoter, Chemical *mRNA, RateConstant *ktm, std::string reactionName) | |
virtual | ~TranscriptionReaction () |
std::vector< JElement * > * | GetChemicalJacobian () |
void | SetTeXForm () |
Private Attributes | |
int | freePromoter |
int | mRNA |
int | ktm |
|
Definition at line 15 of file TranscriptionReaction.cpp. References Reaction::chemicalJacobian, Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm. |
|
Definition at line 46 of file TranscriptionReaction.cpp. |
|
Implements Reaction. Definition at line 71 of file TranscriptionReaction.cpp. References Reaction::chemicalJacobian. |
|
Implements Reaction. Definition at line 51 of file TranscriptionReaction.cpp. References Reaction::chemicals, freePromoter, ktm, and Reaction::rateConstants. |
|
Implements Reaction. Definition at line 56 of file TranscriptionReaction.cpp. References Reaction::chemicals, freePromoter, ktm, Reaction::m_sTeXForm, and Reaction::rateConstants. Referenced by TranscriptionReaction. |
|
Definition at line 24 of file TranscriptionReaction.h. Referenced by GetRate, and SetTeXForm. |
|
Definition at line 25 of file TranscriptionReaction.h. Referenced by GetRate, and SetTeXForm. |
|
Definition at line 24 of file TranscriptionReaction.h. |