Uses of Class
microsim.event.EventGroup
Packages that use EventGroup
-
Uses of EventGroup in microsim.event
Methods in microsim.event that return EventGroupModifier and TypeMethodDescriptionEventGroup.addCollectionEvent(Collection<?> elements, Class<?> objectType, String method) EventGroup.addCollectionEvent(Collection<?> elements, Class<?> objectType, String method, boolean readOnly) Create a new SimCollectionEvent and add an event to the list, using late binding method.EventGroup.addCollectionEvent(Collection<?> elements, Enum<?> actionType) EventGroup.addCollectionEvent(Collection<?> elements, Enum<?> actionType, boolean readOnly) Create a new SimCollectionEvent and add an event to the list, using early binding method.Create a new SimSimpleEvent and add an event to the list, using early binding method.Create a new SimSimpleEvent and add an event to the list, using late binding method.Add an event to the list.EventGroup.addSystemEvent(SimulationEngine engine, SystemEventType actionType) Create a new SimSystemEvent and add an event to the list.