Uses of Enum Class
org.opentrafficsim.road.gtu.lane.LaneBookkeeping
Packages that use LaneBookkeeping
Package
Description
Generate GTUs according to some prescription.
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
O/D matrices as part of strategical planning for GTUs.
-
Uses of LaneBookkeeping in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBookkeepingModifier and TypeMethodDescriptionGtuSpawner.setBookkeeping(LaneBookkeeping bookkeeping) Sets how lane bookkeeping at lane changes is done.voidLaneBasedGtuGenerator.setBookkeeping(LaneBookkeeping bookkeeping) Sets how lane bookkeeping at lane changes is done. -
Uses of LaneBookkeeping in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return LaneBookkeepingModifier and TypeMethodDescriptionLaneBasedGtu.getBookkeeping()Returns how lane bookkeeping at lane changes is done.static LaneBookkeepingReturns the enum constant of this class with the specified name.static LaneBookkeeping[]LaneBookkeeping.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.road.gtu.lane with parameters of type LaneBookkeepingModifier and TypeMethodDescriptionvoidLaneBasedGtu.setBookkeeping(LaneBookkeeping bookkeeping) Sets how lane bookkeeping at lane changes is done. -
Uses of LaneBookkeeping in org.opentrafficsim.road.od
Fields in org.opentrafficsim.road.od with type parameters of type LaneBookkeepingModifier and TypeFieldDescriptionstatic final OdOptions.Option<LaneBookkeeping>OdOptions.BOOKKEEPINGLane bookkeeping.