See: Description
| Interface | Description | 
|---|---|
| CarFollowingModel | 
 Methods that a car-following model has to implement. 
 | 
| GTUFollowingModelOld | 
 GTU following model interface. 
 | 
| Class | Description | 
|---|---|
| AbstractCarFollowingModel | 
 Implements free, single-leader and multi-anticipative methods as forwards to a new multi-anticipative method with
 desired headway and speed pre-calculated. 
 | 
| AbstractGTUFollowingModelMobil | 
 Code shared between various car following models. 
 | 
| AccelerationStep | 
 Storage for the result of a GTU following model. 
 | 
| DualAccelerationStep | 
 Container for two instances of an AccelerationStep. 
 | 
| FixedAccelerationModel | 
 Fixed GTU following model. 
 | 
| HeadwayGTU | 
 Container for a reference to information about a (lane based) GTU and a headway. 
 | 
| IDM | 
 Implementation of the IDM. 
 | 
| IDMOld | 
 The Intelligent Driver Model by Treiber, Hennecke and Helbing. 
 | 
| IDMPlus | 
 Implementation of the IDM+. 
 | 
| IDMPlusOld | 
 IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J. 
 | 
| SequentialFixedAccelerationModel | 
 Extended version of FixedAccelerationModel. 
 | 
All GTU following models should extend GTUFollowingModel. If that appears impossible, the abstract class GTUFollowingModel may need to be adapted.
 Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
Copyright © 2014–2016 Delft University of Technology. All rights reserved.