Example #1
0
 /**
  * Override the base class to reset a flag that indicates that the model is executing. This method
  * is invoked exactly once per execution of an application. None of the other action methods
  * should be be invoked after it.
  *
  * @exception IllegalActionException Not thrown in this base class.
  */
 public void wrapup() throws IllegalActionException {
   super.wrapup();
   _executing = false;
 }