00001 // ErkSubnetwork.h: interface for the ErkSubnetwork class. 00002 // 00004 00005 #if !defined(AFX_ERKSUBNETWORK_H__24FE5B1C_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_) 00006 #define AFX_ERKSUBNETWORK_H__24FE5B1C_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "../src/ReactionNetwork.h" 00013 #include "../src/ReceptorBindingReaction.h" 00014 #include "../src/ReceptorUnbindingReaction.h" 00015 #include "../src/PromoterBindingReaction.h" 00016 #include "../src/PromoterUnbindingReaction.h" 00017 #include "../src/RNADegradationReaction.h" 00018 #include "../src/MichaelisMentenGProteinActivationReaction.h" 00019 #include "../src/MichaelisMentenGProteinDeactivationReaction.h" 00020 #include "../src/MichaelisMentenProteinProteinActivationReaction.h" 00021 #include "../src/MichaelisMentenProteinProteinDeactivationReaction.h" 00022 #include "../src/MichaelisMentenPhosphorylationReaction.h" 00023 #include "../src/MichaelisMentenDephosphorylationReaction.h" 00024 #include "../src/ChemicalTransportReaction.h" 00025 #include "../src/ProteinTranslationReaction.h" 00026 #include "../src/UnstableProteinDegradationReaction.h" 00027 #include "../src/TranscriptionReaction.h" 00028 00029 class ErkSubnetwork : public ReactionNetwork 00030 { 00031 public: 00032 ErkSubnetwork(); 00033 virtual ~ErkSubnetwork(); 00034 00035 }; 00036 00037 #endif // !defined(AFX_ERKSUBNETWORK_H__24FE5B1C_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_)