示例#1
0
 /**
  * Sets the location of the lifeform
  *
  * @param p
  */
 public void setLocation(Point p) {
   summative.moveTo(this, p);
 }