40 #ifndef _BASICALLELEINFO_H_ 41 #define _BASICALLELEINFO_H_ 110 void setId(
const std::string& allele_id);
111 const std::string&
getId()
const;
116 #endif // _BASICALLELEINFO_H_ virtual BasicAlleleInfo & operator=(const BasicAlleleInfo &allele)
The assignation operator.
virtual bool operator!=(const BasicAlleleInfo &allele) const
The != operator.
BasicAlleleInfo(const std::string &id)
Build a new allele.
The BasicAlleleInfo class.
BasicAlleleInfo * clone() const
virtual bool operator==(const BasicAlleleInfo &allele) const
The == operator.
void setId(const std::string &allele_id)
Set the identifier of the allele.
The AlleleInfo interface.
virtual ~BasicAlleleInfo()
const std::string & getId() const
Get the identitier of the allele.