Exemplo n.º 1
0
 /**
  * Restarts the behavior.
  *
  * @see org.arl.fjage.Behavior#restart()
  */
 protected void restart() {
   if (fsm != null) fsm.restart();
 }