LocARNA-2.0.0
Public Member Functions | List of all members
LocARNA::SinglePattern Class Reference

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 More...
 
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

◆ SinglePattern()

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

◆ getmyId()

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

read access

Returns
pattern Id of the SinglePattern

◆ getPat()

const intVec& LocARNA::SinglePattern::getPat ( ) const
inline

read access

Returns
pattern of the SinglePattern

◆ getseqId()

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: