Пример #1
0
 public Context(Medicament medicament, Organe organe, Answer answer, Question question)
 {
     this.medicament = medicament;
     this.organe = organe;
     this.question = question;
     this.answer = answer;
 }
Пример #2
0
 public void setOrgane(Organe organe)
 {
     this.organe = organe;
 }
Пример #3
0
 public Context(Organe organe)
 {
     this.organe = organe;
 }