Exemplo n.º 1
0
 public Context(Medicament medicament, Organe organe, Answer answer, Question question)
 {
     this.medicament = medicament;
     this.organe = organe;
     this.question = question;
     this.answer = answer;
 }
Exemplo n.º 2
0
 public void setOrgane(Organe organe)
 {
     this.organe = organe;
 }
Exemplo n.º 3
0
 public Context(Organe organe)
 {
     this.organe = organe;
 }