Exemple #1
0
 public void finish() {
   for (PersonAgent p : cp.people) {
     if (p.job != null) {
       if (p.job.type == JobType.student) {
         p.msgGoBotherTheCPs();
       }
     }
   }
 }