public abstract class AbstractLaneBasedStrategicalPlanner extends Object implements LaneBasedStrategicalPlanner
 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 | Field and Description | 
|---|---|
protected LaneBasedBehavioralCharacteristics | 
drivingCharacteristics
The personal driving characteristics, which contain settings for the tactical planner. 
 | 
| Constructor and Description | 
|---|
AbstractLaneBasedStrategicalPlanner(LaneBasedBehavioralCharacteristics drivingCharacteristics)  | 
| 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. 
 | 
protected LaneBasedBehavioralCharacteristics drivingCharacteristics
public AbstractLaneBasedStrategicalPlanner(LaneBasedBehavioralCharacteristics drivingCharacteristics)
drivingCharacteristics - the personal driving characteristics, which contain settings for the tactical plannerpublic final LaneBasedBehavioralCharacteristics getDrivingCharacteristics()
getDrivingCharacteristics in interface LaneBasedStrategicalPlannerpublic final void setDrivingCharacteristics(LaneBasedBehavioralCharacteristics drivingCharacteristics)
setDrivingCharacteristics in interface LaneBasedStrategicalPlannerdrivingCharacteristics - 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.