Пример #1
0
 /** Performs dispersal operations associated with the Occupant. */
 public void disperse() {
   try {
     propagules = disperser.disperse();
   } catch (NullPointerException e) {
     e.printStackTrace();
   }
 }