BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSwissProtRt.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                           BioSwissProtRt.h  -  description
00003                              -------------------
00004     begin                : Fri May 21 2004
00005     copyright            : (C) 2004 by Helix Team
00006     email                : parisodhana@helixgenomics.com
00007  ***************************************************************************/
00008 #ifndef BIOSWISSPROTRT_H
00009 #define BIOSWISSPROTRT_H
00010 
00011 using namespace std;
00012 #include <string>
00013 #include <iostream>
00014 
00015 class BioSwissProtRt
00016 {
00017   string rt_;
00018 public:
00019   BioSwissProtRt();
00020   BioSwissProtRt(const string&);
00021 
00022   void setRt(const string& );
00023   string getRt();
00024   void showRt(ostream& = cout);
00025   bool findRt(const string&);
00026 
00027 };
00028 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines