stores a Pattern in one sequence More...
#include <exact_matcher.hh>
Public Member Functions | |
| SinglePattern (const std::string &myId_, const std::string &seqId_, const intVec &mySinglePattern_) | |
| constructor | |
| virtual | ~SinglePattern () |
| Destructor. | |
| const std::string & | getmyId () const |
| const std::string & | getseqId () const |
| const intVec & | getPat () const |
stores a Pattern in one sequence
| LocARNA::SinglePattern::SinglePattern | ( | const std::string & | myId_, |
| const std::string & | seqId_, | ||
| const intVec & | mySinglePattern_ | ||
| ) | [inline] |
constructor
| myId_ | pattern Id |
| seqId_ | sequence Id |
| mySinglePattern_ | pattern for single sequence |
| const std::string& LocARNA::SinglePattern::getmyId | ( | ) | const [inline] |
read access
| const intVec& LocARNA::SinglePattern::getPat | ( | ) | const [inline] |
read access
| const std::string& LocARNA::SinglePattern::getseqId | ( | ) | const [inline] |
read access
1.7.6.1