Uses of Class
dispatch.AbstractEvent
-
Packages that use AbstractEvent Package Description core dispatch events models.fluid models.vehicle.spatialq -
-
Uses of AbstractEvent in core
Subclasses of AbstractEvent in core Modifier and Type Class Description classEventFluidModelUpdateclassEventFluidStateUpdate -
Uses of AbstractEvent in dispatch
Subclasses of AbstractEvent in dispatch Modifier and Type Class Description classEventAdvanceSignalPhaseclassEventComputeTravelTimeclassEventCreateVehicleclassEventDemandChangeclassEventInitializeControllerclassEventPokeclassEventSplitChangeclassEventStopSimulationclassEventTimedWriteFields in dispatch with type parameters of type AbstractEvent Modifier and Type Field Description PriorityQueue<AbstractEvent>Dispatcher. eventsMethods in dispatch with parameters of type AbstractEvent Modifier and Type Method Description intAbstractEvent. compareTo(AbstractEvent that)voidDispatcher. register_event(AbstractEvent event)Method parameters in dispatch with type arguments of type AbstractEvent Modifier and Type Method Description voidDispatcher. remove_events_for_recipient(Class<? extends AbstractEvent> clazz, Object recipient)voidDispatcher. remove_events_of_type(Class<? extends AbstractEvent> clazz) -
Uses of AbstractEvent in events
Subclasses of AbstractEvent in events Modifier and Type Class Description classAbstractLanegroupEventclassAbstractScenarioEventclassEventActuatorToggleclassEventLanegroupFDclassEventLanegroupLanesclassEventLinksToggle -
Uses of AbstractEvent in models.fluid
Subclasses of AbstractEvent in models.fluid Modifier and Type Class Description classEventUpdateTotalCellVehiclesclassEventUpdateTotalCellVehiclesDwnclassEventUpdateTotalLanegroupVehiclesclassEventUpdateTotalLanegroupVehiclesDwnclassEventUpdateTotalLinkVehicles -
Uses of AbstractEvent in models.vehicle.spatialq
Subclasses of AbstractEvent in models.vehicle.spatialq Modifier and Type Class Description classEventReleaseVehicleFromLaneGroupclassEventTransitToWaiting
-