public interface VehicleModel
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
static VehicleModel |
MINMAX
Acceleration bounded by GTU min and max acceleration.
|
static VehicleModel |
NONE
No bounds.
|
Modifier and Type | Method and Description |
---|---|
Acceleration |
boundAcceleration(Acceleration acceleration,
LaneBasedGTU gtu)
Returns a bounded acceleration.
|
static final VehicleModel NONE
static final VehicleModel MINMAX
Acceleration boundAcceleration(Acceleration acceleration, LaneBasedGTU gtu)
acceleration
- Acceleration; intended accelerationgtu
- LaneBasedGTU; gtuCopyright © 2014–2018 Delft University of Technology. All rights reserved.