00001 // SmallErkSubnetwork.h: interface for the SmallErkSubnetwork class. 00002 // 00004 00005 #if !defined(AFX_SMALLERKSUBNETWORK_H__24FE5B1C_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_) 00006 #define AFX_SMALLERKSUBNETWORK_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/MichaelisMentenPhosphorylationReaction.h" 00016 #include "../src/MichaelisMentenDephosphorylationReaction.h" 00017 #include "../src/MichaelisMentenGProteinActivationReaction.h" 00018 #include "../src/MichaelisMentenGProteinDeactivationReaction.h" 00019 #include "../src/MichaelisMentenProteinProteinActivationReaction.h" 00020 #include "../src/MichaelisMentenProteinProteinDeactivationReaction.h" 00021 00022 00023 class SmallErkSubnetwork : public ReactionNetwork 00024 { 00025 public: 00026 SmallErkSubnetwork(); 00027 virtual ~SmallErkSubnetwork(); 00028 }; 00029 00030 #endif // !defined(AFX_ERKSUBNETWORK_H__24FE5B1C_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_)