BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioFTQEcotype.h
Go to the documentation of this file.
00001 #ifndef BIOFTQECOTYPE_H
00002 #define BIOFTQECOTYPE_H
00003 
00004 using namespace std;
00005 #include <string>
00006 #include <iostream>
00007 #include <vector>
00008 
00009 class BioFTQEcotype
00010 {
00011         string ecotype_;
00012         protected:
00013         void setBioFTQEcotype(const string& st_);
00014         
00015 public: 
00016         BioFTQEcotype(){}
00017         BioFTQEcotype(const string& st_);
00018 
00019         string getEcotype();
00020   void showEcotype(ostream & = cout,string x= " ");
00021         bool findEcotype(const string& );
00022 };
00023 
00024 
00025 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines