Package | Description |
---|---|
org.opentrafficsim.simulationengine.properties |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
protected CompoundProperty |
AbstractProperty.getParent()
Retrieve the parent property.
|
static CompoundProperty |
IDMPropertySet.makeIDMPropertySet(String key,
String carType,
org.djunits.value.vdouble.scalar.Acceleration a,
org.djunits.value.vdouble.scalar.Acceleration b,
org.djunits.value.vdouble.scalar.Length s0,
org.djunits.value.vdouble.scalar.Duration 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.Acceleration |
IDMPropertySet.getA(CompoundProperty set)
Return the maximum acceleration.
|
static org.djunits.value.vdouble.scalar.Acceleration |
IDMPropertySet.getB(CompoundProperty set)
Return the maximum comfortable deceleration.
|
static org.djunits.value.vdouble.scalar.Length |
IDMPropertySet.getS0(CompoundProperty set)
Return the static headway.
|
static org.djunits.value.vdouble.scalar.Duration |
IDMPropertySet.getTSafe(CompoundProperty set)
Return the time headway.
|
protected void |
AbstractProperty.setParent(CompoundProperty newParent)
Set the parent of this AbstractProperty.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.