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 |
---|---|
LaneBasedBehavioralCharacteristics |
LaneBasedGTU.getBehavioralCharacteristics() |
LaneBasedBehavioralCharacteristics |
CopyOfAbstractLaneBasedGTU.getBehavioralCharacteristics() |
LaneBasedBehavioralCharacteristics |
AbstractLaneBasedGTU.getBehavioralCharacteristics() |
Modifier and Type | Method and Description |
---|---|
LaneBasedBehavioralCharacteristics |
AbstractTrafficLight.getBehavioralCharacteristics() |
LaneBasedBehavioralCharacteristics |
AbstractTrafficLight.DummyStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTrafficLight.DummyStrategicalPlanner.setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Field and Description |
---|---|
protected LaneBasedBehavioralCharacteristics |
AbstractLaneBasedStrategicalPlanner.drivingCharacteristics
The personal driving characteristics, which contain settings for the tactical planner.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedBehavioralCharacteristics |
LaneBasedStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
LaneBasedBehavioralCharacteristics |
AbstractLaneBasedStrategicalPlanner.getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
Modifier and Type | Method and Description |
---|---|
void |
LaneBasedStrategicalPlanner.setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
void |
AbstractLaneBasedStrategicalPlanner.setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
Constructor and Description |
---|
AbstractLaneBasedStrategicalPlanner(LaneBasedBehavioralCharacteristics drivingCharacteristics) |
Constructor and Description |
---|
LaneBasedStrategicalRoutePlanner(LaneBasedBehavioralCharacteristics drivingCharacteristics,
org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner fixedTacticalPlanner) |
LaneBasedStrategicalRoutePlanner(LaneBasedBehavioralCharacteristics 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.