Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.Initialisable
-
Packages that use Initialisable Package Description org.opentrafficsim.road.gtu.lane.tactical.following GTU (Car) following models such as IDM+.org.opentrafficsim.road.gtu.lane.tactical.lmrs Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.org.opentrafficsim.road.gtu.lane.tactical.toledo Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
-
Uses of Initialisable in org.opentrafficsim.road.gtu.lane.tactical.following
Subinterfaces of Initialisable in org.opentrafficsim.road.gtu.lane.tactical.following Modifier and Type Interface Description interface
CarFollowingModel
Methods that a car-following model has to implement.interface
GTUFollowingModelOld
GTU following model interface.Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement Initialisable Modifier and Type Class Description class
AbstractCarFollowingModel
Default implementation where desired speed and headway are pre-calculated for car-following.class
AbstractGTUFollowingModelMobil
Code shared between various car following models.class
AbstractIDM
Implementation of the IDM.class
FixedAccelerationModel
Fixed GTU following model.class
IDM
Implementation of the IDM.class
IDMOld
The Intelligent Driver Model by Treiber, Hennecke and Helbing.class
IDMPlus
Implementation of the IDM+.class
IDMPlusMulti
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
IDMPlusOld
IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.class
SequentialFixedAccelerationModel
Extended version of FixedAccelerationModel. -
Uses of Initialisable in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement Initialisable Modifier and Type Class Description class
SocioDesiredSpeed
Wrapper of a base-desired speed model. -
Uses of Initialisable in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement Initialisable Modifier and Type Class Description class
ToledoCarFollowing
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-