Package | Description |
---|---|
org.opentrafficsim.simulationengine.properties |
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
static CompoundProperty |
IDMPropertySet.makeIDMPropertySet(String carType,
org.djunits.value.vdouble.scalar.DoubleScalar.Abs<org.djunits.unit.AccelerationUnit> a,
org.djunits.value.vdouble.scalar.DoubleScalar.Abs<org.djunits.unit.AccelerationUnit> b,
org.djunits.value.vdouble.scalar.DoubleScalar.Rel<org.djunits.unit.LengthUnit> s0,
org.djunits.value.vdouble.scalar.DoubleScalar.Rel<org.djunits.unit.TimeUnit> tSafe,
int displayPriority)
Create a CompoundProperty for the IDM or IDMPlus parameters for a specified car type.
|
Modifier and Type | Method and Description |
---|---|
static org.djunits.value.vdouble.scalar.DoubleScalar.Abs<org.djunits.unit.AccelerationUnit> |
IDMPropertySet.getA(CompoundProperty set)
Return the maximum acceleration.
|
static org.djunits.value.vdouble.scalar.DoubleScalar.Abs<org.djunits.unit.AccelerationUnit> |
IDMPropertySet.getB(CompoundProperty set)
Return the maximum comfortable deceleration.
|
static org.djunits.value.vdouble.scalar.DoubleScalar.Rel<org.djunits.unit.LengthUnit> |
IDMPropertySet.getS0(CompoundProperty set)
Return the static headway.
|
static org.djunits.value.vdouble.scalar.DoubleScalar.Rel<org.djunits.unit.TimeUnit> |
IDMPropertySet.getTSafe(CompoundProperty set)
Return the time headway.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.