00001 // ExampleNetwork.h: interface for the CExampleNetwork class. 00002 // 00004 00005 #if !defined(AFX_EXAMPLENETWORK_H__2CDEE40A_B3A7_415B_9654_141F9013182D__INCLUDED_) 00006 #define AFX_EXAMPLENETWORK_H__2CDEE40A_B3A7_415B_9654_141F9013182D__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "ReactionNetwork.h" 00013 #include "HeterodimerizationReaction.h" 00014 #include "MichaelisMentenGProteinActivationReaction.h" 00015 #include "MichaelisMentenPhosphorylationReaction.h" 00016 00017 class CExampleNetwork : public ReactionNetwork 00018 { 00019 public: 00020 CExampleNetwork(); 00021 virtual ~CExampleNetwork(); 00022 00023 }; 00024 00025 #endif // !defined(AFX_EXAMPLENETWORK_H__2CDEE40A_B3A7_415B_9654_141F9013182D__INCLUDED_)