public interface VehicleModel
Copyright (c) 2013-2017 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 |
|---|---|
org.djunits.value.vdouble.scalar.Acceleration |
boundAcceleration(org.djunits.value.vdouble.scalar.Acceleration acceleration,
LaneBasedGTU gtu)
Returns a bounded acceleration.
|
static final VehicleModel NONE
static final VehicleModel MINMAX
org.djunits.value.vdouble.scalar.Acceleration boundAcceleration(org.djunits.value.vdouble.scalar.Acceleration acceleration,
LaneBasedGTU gtu)
acceleration - Acceleration; intended accelerationgtu - LaneBasedGTU; gtuCopyright © 2014–2018 Delft University of Technology. All rights reserved.