Uses of Class
microsim.event.Event
Packages that use Event
-
Uses of Event in microsim.event
Subclasses of Event in microsim.eventModifier and TypeClassDescriptionclassThis class informs all elements within a collection aboutEvent.classA special implementation of theEventfamily.classThe simplest implementation ofEventclass.classSystem events are directly processed by the simulation engine.Fields in microsim.event with type parameters of type EventMethods in microsim.event that return EventModifier and TypeMethodDescription@NonNull Event @NonNull []EventGroup.eventsToArray()Converts the list of actions to an array.@NonNull Event[]EventQueue.getEventArray()Converts the event queue to an array.Methods in microsim.event with parameters of type EventModifier and TypeMethodDescription@NonNull EventGroupAdds an event to the list.intDetermines the natural ordering of events.voidEventGroup.removeEvent(@NonNull Event event) Removes the given event from the list.protected voidEventQueue.scheduleEvent(@NonNull Event event) Adds an event to the queue.EventQueue.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.voidEventQueue.unschedule(@NonNull Event event) Removes a certain event from the queue.