Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MichaelisMentenReaction Class Reference

#include <MichaelisMentenReaction.h>

Inheritance diagram for MichaelisMentenReaction:

Inheritance graph
[legend]
Collaboration diagram for MichaelisMentenReaction:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

MichaelisMentenReaction::MichaelisMentenReaction Chemical   Enzyme,
Chemical   Substrate,
Chemical   Product,
RateConstant   k_2,
RateConstant   K_m,
std::string    reactionName
 

Definition at line 11 of file MichaelisMentenReaction.cpp.

References Reaction::chemicalJacobian, Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm.

MichaelisMentenReaction::~MichaelisMentenReaction   [virtual]
 

Definition at line 42 of file MichaelisMentenReaction.cpp.


Member Function Documentation

std::vector< Reaction::JElement * > * MichaelisMentenReaction::GetChemicalJacobian   [virtual]
 

Implements Reaction.

Definition at line 71 of file MichaelisMentenReaction.cpp.

References Reaction::chemicalJacobian, Reaction::chemicals, Enzyme, k_2, K_m, Reaction::rateConstants, and Substrate.

double MichaelisMentenReaction::GetRate   const [virtual]
 

Implements Reaction.

Definition at line 47 of file MichaelisMentenReaction.cpp.

References Reaction::chemicals, Enzyme, k_2, K_m, Reaction::rateConstants, and Substrate.

void MichaelisMentenReaction::SetTeXForm   [virtual]
 

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.


Member Data Documentation

int MichaelisMentenReaction::Enzyme [protected]
 

Definition at line 26 of file MichaelisMentenReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.

int MichaelisMentenReaction::k_2 [protected]
 

Definition at line 24 of file MichaelisMentenReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.

int MichaelisMentenReaction::K_m [protected]
 

Definition at line 25 of file MichaelisMentenReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.

int MichaelisMentenReaction::Product [protected]
 

Definition at line 26 of file MichaelisMentenReaction.h.

int MichaelisMentenReaction::Substrate [protected]
 

Definition at line 26 of file MichaelisMentenReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.


The documentation for this class was generated from the following files:
Generated on Mon Nov 3 10:07:18 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002