public class IDM extends AbstractIDM
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
DELTA| Constructor and Description |
|---|
IDM() |
| Modifier and Type | Method and Description |
|---|---|
protected org.djunits.value.vdouble.scalar.Acceleration |
combineInteractionTerm(org.djunits.value.vdouble.scalar.Acceleration aFree,
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics,
org.djunits.value.vdouble.scalar.Speed speed,
org.djunits.value.vdouble.scalar.Speed desiredSpeed,
org.djunits.value.vdouble.scalar.Length desiredHeadway,
SortedMap<org.djunits.value.vdouble.scalar.Length,org.djunits.value.vdouble.scalar.Speed> leaders)
Combines an interaction term with the free term.
|
String |
getLongName()
Return the complete name of the car-following model.
|
String |
getName()
Return the name of the car-following model.
|
desiredHeadway, desiredSpeed, dynamicDesiredHeadway, dynamicHeadwayTerm, followingAccelerationfollowingAcceleration, toStringpublic final String getName()
public final String getLongName()
protected final org.djunits.value.vdouble.scalar.Acceleration combineInteractionTerm(org.djunits.value.vdouble.scalar.Acceleration aFree,
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics,
org.djunits.value.vdouble.scalar.Speed speed,
org.djunits.value.vdouble.scalar.Speed desiredSpeed,
org.djunits.value.vdouble.scalar.Length desiredHeadway,
SortedMap<org.djunits.value.vdouble.scalar.Length,org.djunits.value.vdouble.scalar.Speed> leaders)
throws org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
combineInteractionTerm in class AbstractIDMaFree - Free term of acceleration.behavioralCharacteristics - Behavioral characteristics.speed - Current speed.desiredSpeed - Desired speed.desiredHeadway - Desired headway.leaders - Set of leader headways (guaranteed positive) and speeds, ordered by headway (closest first).org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException - In case of parameter exception.Copyright © 2014–2016 Delft University of Technology. All rights reserved.