BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSwissProtSequence.h
Go to the documentation of this file.
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 BIOSWISSPROTSEQUENCE_H 
00010 #define BIOSWISSPROTSEQUENCE_H 
00011 
00012 #include <string>
00013 #include <vector>
00014 #include "BioProteinSequence.h"
00015 
00016 class BioSwissProtSequence : public BioProteinSequence          
00017 {
00018 
00019 protected: 
00020         void setSequence(string, vector <string> );
00021 public:
00022         BioSwissProtSequence();
00023         BioSwissProtSequence(const string& de_);
00024 
00025   void showSequence(ostream & = cout);
00026 };
00027 
00028 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines