The BasicAlleleInfo class.
const std::string & getId() const
Get the identitier of the allele.
void setId(const std::string &allele_id)
Set the identifier of the allele.
BasicAlleleInfo(const std::string &id)
Build a new allele.
virtual bool operator==(const BasicAlleleInfo &allele) const
The == operator.
virtual ~BasicAlleleInfo()
virtual bool operator!=(const BasicAlleleInfo &allele) const
The != operator.
virtual BasicAlleleInfo & operator=(const BasicAlleleInfo &allele)
The assignation operator.