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.
Constructor and Description |
---|
AccelerationStep(org.djunits.value.vdouble.scalar.Acceleration acceleration,
org.djunits.value.vdouble.scalar.Time.Abs validUntil)
Create a new GTUFollowingModelResult.
|
Modifier and Type | Method and Description |
---|---|
org.djunits.value.vdouble.scalar.Acceleration |
getAcceleration() |
org.djunits.value.vdouble.scalar.Time.Abs |
getValidUntil() |
String |
toString() |
public AccelerationStep(org.djunits.value.vdouble.scalar.Acceleration acceleration, org.djunits.value.vdouble.scalar.Time.Abs validUntil)
acceleration
- DoubleScalarAbs<AccelerationUnit>; computed accelerationvalidUntil
- DoubleScalarAbs<TimeUnit>; time when this result expiresCopyright © 2014–2015 Delft University of Technology. All rights reserved.