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

CompetitiveDegradationReaction Class Reference

#include <CompetitiveDegradationReaction.h>

Inheritance diagram for CompetitiveDegradationReaction:

Inheritance graph
[legend]
Collaboration diagram for CompetitiveDegradationReaction:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

CompetitiveDegradationReaction::CompetitiveDegradationReaction Chemical   phosphorylatedprotein,
Chemical   competitivebinder,
RateConstant   kphx,
RateConstant   Km,
std::string    name
 

Definition at line 15 of file CompetitiveDegradationReaction.cpp.

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

CompetitiveDegradationReaction::~CompetitiveDegradationReaction   [virtual]
 

Definition at line 43 of file CompetitiveDegradationReaction.cpp.


Member Function Documentation

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

Implements Reaction.

Definition at line 61 of file CompetitiveDegradationReaction.cpp.

References Reaction::chemicalJacobian.

double CompetitiveDegradationReaction::GetRate   const [virtual]
 

Implements Reaction.

Definition at line 49 of file CompetitiveDegradationReaction.cpp.

References Reaction::chemicals, competitivebinder, Km, kphx, phosphorylatedprotein, and Reaction::rateConstants.

void CompetitiveDegradationReaction::SetTeXForm   [virtual]
 

Implements Reaction.

Definition at line 54 of file CompetitiveDegradationReaction.cpp.

Referenced by CompetitiveDegradationReaction.


Member Data Documentation

int CompetitiveDegradationReaction::competitivebinder [private]
 

Definition at line 23 of file CompetitiveDegradationReaction.h.

Referenced by GetRate.

int CompetitiveDegradationReaction::Km [private]
 

Definition at line 24 of file CompetitiveDegradationReaction.h.

Referenced by GetRate.

int CompetitiveDegradationReaction::kphx [private]
 

Definition at line 24 of file CompetitiveDegradationReaction.h.

Referenced by GetRate.

int CompetitiveDegradationReaction::phosphorylatedprotein [private]
 

Definition at line 23 of file CompetitiveDegradationReaction.h.

Referenced by GetRate.


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