| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.generator.characteristics |
Classes concerning generation of
LaneBasedGTUCharacteristicsGenerator for vehicle generation. |
| org.opentrafficsim.road.gtu.lane |
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleModel |
LaneBasedGTUCharacteristics.getVehicleModel()
Returns the vehicle model.
|
| Constructor and Description |
|---|
LaneBasedGTUCharacteristics(org.opentrafficsim.core.gtu.GTUCharacteristics gtuCharacteristics,
LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory,
org.opentrafficsim.core.network.route.Route route,
org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
VehicleModel vehicleModel)
Construct a new set of lane based GTU characteristics.
|
| Modifier and Type | Field and Description |
|---|---|
static VehicleModel |
VehicleModel.MINMAX
Acceleration bounded by GTU min and max acceleration.
|
static VehicleModel |
VehicleModel.NONE
No bounds.
|
| Modifier and Type | Method and Description |
|---|---|
default VehicleModel |
LaneBasedGTU.getVehicleModel()
Returns the vehicle model.
|
VehicleModel |
AbstractLaneBasedGTU.getVehicleModel()
Returns the vehicle model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLaneBasedGTU.setVehicleModel(VehicleModel vehicleModel)
Sets a vehicle model.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.