LocARNA-1.9.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions
LocARNA::SinglePattern Class Reference

stores a Pattern in one sequence More...

#include <exact_matcher.hh>

List of all members.

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

Detailed Description

stores a Pattern in one sequence


Constructor & Destructor Documentation

LocARNA::SinglePattern::SinglePattern ( const std::string &  myId_,
const std::string &  seqId_,
const intVec &  mySinglePattern_ 
) [inline]

constructor

Parameters:
myId_pattern Id
seqId_sequence Id
mySinglePattern_pattern for single sequence

Member Function Documentation

const std::string& LocARNA::SinglePattern::getmyId ( ) const [inline]

read access

Returns:
pattern Id of the SinglePattern
const intVec& LocARNA::SinglePattern::getPat ( ) const [inline]

read access

Returns:
pattern of the SinglePattern
const std::string& LocARNA::SinglePattern::getseqId ( ) const [inline]

read access

Returns:
seqeuence Id of the SinglePattern

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends