public Context(Medicament medicament, Organe organe, Answer answer, Question question) { this.medicament = medicament; this.organe = organe; this.question = question; this.answer = answer; }
public void setOrgane(Organe organe) { this.organe = organe; }
public Context(Organe organe) { this.organe = organe; }