Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.DesiredHeadwayModel
Package
Description
GTU (Car) following models such as IDM+.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of DesiredHeadwayModel in org.opentrafficsim.road.gtu.lane.tactical.following
Modifier and TypeInterfaceDescriptioninterface
Methods that a car-following model has to implement.interface
GTU following model interface.Modifier and TypeClassDescriptionclass
Default implementation where desired speed and headway are pre-calculated for car-following.class
Code shared between various car following models.class
Implementation of the IDM.class
Fixed GTU following model.class
Implementation of the IDM.class
The Intelligent Driver Model by Treiber, Hennecke and Helbing.class
Implementation of the IDM+.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.class
Extended version of FixedAccelerationModel.Modifier and TypeFieldDescriptionstatic final DesiredHeadwayModel
AbstractIdm.HEADWAY
Default IDM desired headway model.ModifierConstructorDescriptionAbstractCarFollowingModel
(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) AbstractIdm
(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.Idm
(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.IdmPlus
(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.IdmPlusMulti
(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed. -
Uses of DesiredHeadwayModel in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier and TypeClassDescriptionclass
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.