public interface LaneBasedStrategicalPlanner
extends org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
LaneBasedBehavioralCharacteristics |
getDrivingCharacteristics()
get the personal drivingCharacteristics of the driver of a GTU.
|
void |
setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
set the personal drivingCharacteristics of the driver of a GTU.
|
LaneBasedBehavioralCharacteristics getDrivingCharacteristics()
void setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
drivingCharacteristics
- set drivingCharacteristics, if the driver of the GTU changes, or the driver is using
different characteristicsCopyright © 2014–2016 Delft University of Technology. All rights reserved.