Package | Description |
---|---|
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.
|
org.opentrafficsim.road.gtu.lane.object |
Lane-based objects such as barriers, gates, traffic lights, obstacles on the road, etc.
|
org.opentrafficsim.road.gtu.strategical |
Strategical planners for a road-based GTU.
|
org.opentrafficsim.road.gtu.strategical.route |
Route planners as part of strategical planning.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedDrivingCharacteristics |
LaneBasedGTU.getDrivingCharacteristics() |
LaneBasedDrivingCharacteristics |
AbstractLaneBasedGTU.getDrivingCharacteristics() |
Modifier and Type | Method and Description |
---|---|
LaneBasedDrivingCharacteristics |
AbstractTrafficLight.getDrivingCharacteristics() |
LaneBasedDrivingCharacteristics |
AbstractTrafficLight.DummyStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTrafficLight.DummyStrategicalPlanner.setDrivingCharacteristics(LaneBasedDrivingCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Field and Description |
---|---|
protected LaneBasedDrivingCharacteristics |
AbstractLaneBasedStrategicalPlanner.drivingCharacteristics
the personal driving characteristics, which contain settings for the tactical planner.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedDrivingCharacteristics |
LaneBasedStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
LaneBasedDrivingCharacteristics |
AbstractLaneBasedStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Method and Description |
---|---|
void |
LaneBasedStrategicalPlanner.setDrivingCharacteristics(LaneBasedDrivingCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
void |
AbstractLaneBasedStrategicalPlanner.setDrivingCharacteristics(LaneBasedDrivingCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
Constructor and Description |
---|
AbstractLaneBasedStrategicalPlanner(LaneBasedDrivingCharacteristics drivingCharacteristics) |
Constructor and Description |
---|
LaneBasedStrategicalRoutePlanner(LaneBasedDrivingCharacteristics drivingCharacteristics,
org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner fixedTacticalPlanner) |
LaneBasedStrategicalRoutePlanner(LaneBasedDrivingCharacteristics drivingCharacteristics,
org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner fixedTacticalPlanner,
org.opentrafficsim.core.network.route.Route route) |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.