public interface TimeRegulator
Modifier and Type | Method and Description |
---|---|
boolean |
noNewActors()
Return false if change requests have been posted while
during the call to proposeTime.
|
Time |
proposeTime(Time proposedTime)
Propose a time to advance to.
|
Time proposeTime(Time proposedTime) throws IllegalActionException
proposedTime
- The proposed time.IllegalActionException
- If the time regulator is being misused.boolean noNewActors()