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 class
EventFluidModelUpdate
class
EventFluidStateUpdate
-
Uses of AbstractEvent in dispatch
Subclasses of AbstractEvent in dispatch Modifier and Type Class Description class
EventAdvanceSignalPhase
class
EventComputeTravelTime
class
EventCreateVehicle
class
EventDemandChange
class
EventInitializeController
class
EventPoke
class
EventSplitChange
class
EventStopSimulation
class
EventTimedWrite
Fields in dispatch with type parameters of type AbstractEvent Modifier and Type Field Description PriorityQueue<AbstractEvent>
Dispatcher. events
Methods in dispatch with parameters of type AbstractEvent Modifier and Type Method Description int
AbstractEvent. compareTo(AbstractEvent that)
void
Dispatcher. register_event(AbstractEvent event)
Method parameters in dispatch with type arguments of type AbstractEvent Modifier and Type Method Description void
Dispatcher. remove_events_for_recipient(Class<? extends AbstractEvent> clazz, Object recipient)
void
Dispatcher. remove_events_of_type(Class<? extends AbstractEvent> clazz)
-
Uses of AbstractEvent in events
Subclasses of AbstractEvent in events Modifier and Type Class Description class
AbstractLanegroupEvent
class
AbstractScenarioEvent
class
EventActuatorToggle
class
EventLanegroupFD
class
EventLanegroupLanes
class
EventLinksToggle
-
Uses of AbstractEvent in models.fluid
Subclasses of AbstractEvent in models.fluid Modifier and Type Class Description class
EventUpdateTotalCellVehicles
class
EventUpdateTotalCellVehiclesDwn
class
EventUpdateTotalLanegroupVehicles
class
EventUpdateTotalLanegroupVehiclesDwn
class
EventUpdateTotalLinkVehicles
-
Uses of AbstractEvent in models.vehicle.spatialq
Subclasses of AbstractEvent in models.vehicle.spatialq Modifier and Type Class Description class
EventReleaseVehicleFromLaneGroup
class
EventTransitToWaiting
-