Uses of Class
microsim.event.EventQueue
-
Uses of EventQueue in microsim.event
Modifier and TypeMethodDescriptionEventQueue.scheduleOnce
(@NonNull Event event, double atTime, int withOrdering) Schedules a generic event to occur at a given time.EventQueue.scheduleRepeat
(@NonNull Event event, double atTime, int withOrdering, double timeBetweenEvents) Schedules a generic looped event at a given time and ordering.ModifierConstructorDescriptionEventQueue
(@NonNull EventQueue previousEventQueue) Builds a new event queue inheriting parameters from another EventQueue.