_phase = 0;
_readyToFire = true;
// Schedule the first firing.
_nextOutputTime = _cycleStartTime.add(_offsets[0]);
director.fireAt(this, _nextOutputTime);
}
/** Update the state of the actor and schedule the next firing,
* if the director is in the discrete phase.
* @exception IllegalActionException If the director throws it when