Uses of Class
microsim.event.Event
Packages that use Event
-
Uses of Event in microsim.event
Subclasses of Event in microsim.eventModifier and TypeClassDescriptionclassIt is able to inform all elements within a collection about an event.classA special implementation of the SimEvent familiy.classThe simpler implementation of SimEvent class.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 TypeMethodDescriptionEvent[]EventGroup.eventsToArray()Return an sorted array of the added events.Event[]EventQueue.getEventArray()Return event queue as Event array.Methods in microsim.event that return types with arguments of type EventMethods in microsim.event with parameters of type EventModifier and TypeMethodDescriptionAdd an event to the list.intDetermines the natural ordering of events.voidEventGroup.removeEvent(Event event) Remove the given event from the list.Deprecated.Deprecated.protected voidEventQueue.scheduleEvent(Event event) EventQueue.scheduleOnce(Event event, double atTime, int withOrdering) Schedule a generic event to occur at a given time.EventQueue.scheduleRepeat(Event event, double atTime, int withOrdering, double timeBetweenEvents) Schedule a generic looped event at a given time and ordering.voidEventQueue.unschedule(Event event) Remove from event queue the given event.