00001 // CombinatorialNetwork.h: interface for the CCombinatorialNetwork class. 00002 // 00004 00005 #if !defined(AFX_COMBINATORIALNETWORK_H__1CCB7137_6235_4B45_91ED_9B7711C50EB6__INCLUDED_) 00006 #define AFX_COMBINATORIALNETWORK_H__1CCB7137_6235_4B45_91ED_9B7711C50EB6__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "../src/ReactionNetwork.h" 00013 #include "../src/HeterodimerizationReaction.h" 00014 #include "../src/HeterodimerDissociationReaction.h" 00015 #include "../src/TranscriptionReaction.h" 00016 #include "../src/UnstableProteinDegradationReaction.h" 00017 00018 class CCombinatorialNetwork : public ReactionNetwork 00019 { 00020 public: 00021 CCombinatorialNetwork(); 00022 virtual ~CCombinatorialNetwork(); 00023 00024 }; 00025 00026 #endif // !defined(AFX_COMBINATORIALNETWORK_H__1CCB7137_6235_4B45_91ED_9B7711C50EB6__INCLUDED_)
1.2.14 written by Dimitri van Heesch,
© 1997-2002