35 virtual void setId(
const std::string& allele_id) = 0;
40 virtual const std::string&
getId()
const = 0;
The AlleleInfo interface.
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.
AlleleInfo * clone() const =0