Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.DesiredSpeedModel
Package
Description
GTU (Car) following models such as IDM+.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of DesiredSpeedModel 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 DesiredSpeedModel
AbstractIdm.DESIRED_SPEED
Default IDM desired speed 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 DesiredSpeedModel in org.opentrafficsim.road.gtu.lane.tactical.lmrs
-
Uses of DesiredSpeedModel 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.