BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
00001 /**************************************************************************** 00002 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00003 The BioBhasha : The Biologist's Programming Language 00004 Version 1.0 (19th December 2001) 00005 Prasad, B.V.L.S. 00006 Contact: burrashiva@yahoo.com 00007 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00008 *****************************************************************************/ 00009 #ifndef BIODDBJ_H 00010 #define BIODDBJ_H 00011 00012 #include <string> 00013 #include "BioGenBank.h" 00014 00015 class BioDdbj : public BioGenBank 00016 { 00017 00018 public: 00019 BioDdbj(const string& ); 00020 00021 }; 00022 00023 #endif