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(GTUCharacteristics gtuCharacteristics,
LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory,
Route route,
Node origin,
Node destination,
VehicleModel vehicleModel)
Construct a new set of lane based GTU characteristics.
|
Modifier and Type | Class and Description |
---|---|
static class |
VehicleModel.MassBased
Defines (fixed) mass and moment of inertia about z-axis.
|
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 |
---|---|
VehicleModel |
VehicleModelFactory.create(GTUType gtuType)
Create next vehicle model for given GTU type.
|
default VehicleModel |
LaneBasedGTU.getVehicleModel()
Returns the vehicle model.
|
VehicleModel |
AbstractLaneBasedGTU.getVehicleModel()
Returns the vehicle model.
|
Modifier and Type | Method and Description |
---|---|
static VehicleModelFactory |
VehicleModelFactory.fixed(VehicleModel vehicleModel)
Factory returning the same instance always.
|
void |
AbstractLaneBasedGTU.setVehicleModel(VehicleModel vehicleModel)
Sets a vehicle model.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.