127128129130131132133134135136137
if (_debugging) { _debug(" firing..." + ((Nameable) next).getFullName()); } next.fire(); } // Time must be advanced after all dynamic actors are fired. _advanceModelTime(); }
161162163164165166167168169170171
+ "discrete output?"); } else { if (_debugging) { _debug(" firing..." + ((Nameable) next).getFullName()); } next.fire(); } } } /** Return the amount of history information needed by this solver.
250251252253254255256257258259260
((CTEmbeddedDirector) director) .setInitialStatesNotReady(); } } actor.fire(); } // The controller needs to know the most updated outputs from // the firing of the enabled refinements. ctrl.readOutputsFromRefinement();
189190191192193194195196197198199
if (actor.prefire()) { if (_debugging) { _debug("Fire actor " + ((Nameable) actor).getName()); } actor.fire(); actor.postfire(); } } } else { // if this director is at the top level, wait for async push/pull