示例#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;
 }