Executive
class Executive(myEventCalendar: CalendarIfc = PriorityQueueEventCalendar()) : Observable<KSLEvent<*>?>
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Allows the adding (attaching) of an observer to the observable
Link copied to clipboard
Returns how many observers are currently attached to the observable
Link copied to clipboard
Detaches all the observers from the observable
Link copied to clipboard
Allows the deletion (removing) of an observer from the observable
Link copied to clipboard
Checks to see if the executive has another event
Link copied to clipboard
Returns true if the observer is already attached
Link copied to clipboard
Returns true if an event has been scheduled to stop execution at getTimeHorizon()
Link copied to clipboard
Returns the time the execution was scheduled to end
Link copied to clipboard
If the Executive has an end event or maximum allowed execution time, then return true