00001 // MichaelisMentenPhosphorylationReaction.h: interface for the MichaelisMentenPhosphorylationReaction class. 00002 // 00004 00005 #if !defined(AFX_MICHAELISMENTENPHOSPHORYLATIONREACTION_H__68798169_3748_459E_985A_E7A2839FA228__INCLUDED_) 00006 #define AFX_MICHAELISMENTENPHOSPHORYLATIONREACTION_H__68798169_3748_459E_985A_E7A2839FA228__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "MichaelisMentenReaction.h" 00013 00014 class MichaelisMentenPhosphorylationReaction : public MichaelisMentenReaction 00015 { 00016 public: 00017 MichaelisMentenPhosphorylationReaction(Chemical *Kinase, Chemical *InactiveSubstrate, Chemical *ActiveSubstrate, RateConstant *k_phos, RateConstant *Km_phos, std::string reactionName); 00018 virtual ~MichaelisMentenPhosphorylationReaction(); 00019 00020 }; 00021 00022 #endif // !defined(AFX_MICHAELISMENTENPHOSPHORYLATIONREACTION_H__68798169_3748_459E_985A_E7A2839FA228__INCLUDED_)