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

MichaelisMentenPhosphorylationReaction.cpp

Go to the documentation of this file.
00001 // MichaelisMentenPhosphorylationReaction.cpp: implementation of the MichaelisMentenPhosphorylationReaction class.
00002 //
00004 
00005 #include "MichaelisMentenPhosphorylationReaction.h"
00006 
00008 // Construction/Destruction
00010 
00011 MichaelisMentenPhosphorylationReaction::MichaelisMentenPhosphorylationReaction(Chemical *Kinase, Chemical *InactiveSubstrate, Chemical *ActiveSubstrate, RateConstant *k_phos, RateConstant *Km_phos, std::string reactionName)
00012 :MichaelisMentenReaction(Kinase,InactiveSubstrate,ActiveSubstrate,k_phos,Km_phos,reactionName)
00013 {
00014 
00015 }
00016 
00017 MichaelisMentenPhosphorylationReaction::~MichaelisMentenPhosphorylationReaction()
00018 {
00019 
00020 }

Generated on Mon Nov 3 09:37:59 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002