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