Package org.opentrafficsim.road.gtu.lane.tactical.following
package org.opentrafficsim.road.gtu.lane.tactical.following
GTU (Car) following models such as IDM+.
All GTU following models should extend GtuFollowingModel. If that appears impossible, the abstract class GtuFollowingModel may need to be adapted.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
ClassDescriptionDefault implementation where desired speed and headway are pre-calculated for car-following.Implementation of the IDM.IDM desired headway model.IDM desired speed model.AbstractIdmFactory<T extends AbstractIdm>Factory for IDM types.Methods that a car-following model has to implement.CarFollowingModelFactory<T extends CarFollowingModel>Factory for car-following models.Desired headway model.Desired speed model.Implementation of the IDM.Factory for IDM.Implementation of the IDM+.Factory for IDM+.Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Interface that can be implemented by desired headway models and desired speed models, such that they can be coupled to their simulation context.