public class AccelerationStep extends Object
Copyright (c) 2013-2015 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 |
---|---|
(package private) org.djunits.value.vdouble.scalar.Time.Rel |
duration
Duration of the time step.
|
Constructor and Description |
---|
AccelerationStep(org.djunits.value.vdouble.scalar.Acceleration acceleration,
org.djunits.value.vdouble.scalar.Time.Abs validUntil,
org.djunits.value.vdouble.scalar.Time.Rel duration)
Create a new GTUFollowingModelResult.
|
Modifier and Type | Method and Description |
---|---|
org.djunits.value.vdouble.scalar.Acceleration |
getAcceleration() |
org.djunits.value.vdouble.scalar.Time.Rel |
getDuration() |
org.djunits.value.vdouble.scalar.Time.Abs |
getValidUntil() |
String |
toString() |
final org.djunits.value.vdouble.scalar.Time.Rel duration
public AccelerationStep(org.djunits.value.vdouble.scalar.Acceleration acceleration, org.djunits.value.vdouble.scalar.Time.Abs validUntil, org.djunits.value.vdouble.scalar.Time.Rel duration)
acceleration
- DoubleScalarAbs<AccelerationUnit>; computed accelerationvalidUntil
- Time.Abs; time when this result expiresduration
- Time.Rel; duration of the time steppublic final org.djunits.value.vdouble.scalar.Acceleration getAcceleration()
public final org.djunits.value.vdouble.scalar.Time.Abs getValidUntil()
public final org.djunits.value.vdouble.scalar.Time.Rel getDuration()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.