40 #ifndef _ALLELEINFO_H_ 41 #define _ALLELEINFO_H_ 46 #include <Bpp/Clonable.h> 59 public virtual Clonable
70 virtual void setId(
const std::string& allele_id) = 0;
75 virtual const std::string&
getId()
const = 0;
92 #endif // _ALLELEINFO_H_ AlleleInfo * clone() const =0
virtual void setId(const std::string &allele_id)=0
Set the identifier of the allele.
virtual const std::string & getId() const =0
Get the identitier of the allele.
The AlleleInfo interface.