Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
Modifier and Type | Method and Description |
---|---|
static HeadwayGTU.GTUStatus |
HeadwayGTU.GTUStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadwayGTU.GTUStatus[] |
HeadwayGTU.GTUStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HeadwayGTU(String id,
org.opentrafficsim.core.gtu.GTUType gtuType,
org.djunits.value.vdouble.scalar.Length distance,
org.djunits.value.vdouble.scalar.Speed speed,
org.djunits.value.vdouble.scalar.Acceleration acceleration,
HeadwayGTU.GTUStatus... gtuStatus)
Construct a new Headway information object, for a moving GTU ahead of us or behind us.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.