public abstract class AbstractLaneBasedStrategicalPlanner extends Object implements LaneBasedStrategicalPlanner, Serializable
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 org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
behavioralCharacteristics
The personal driving characteristics, which contain settings for the tactical planner.
|
Constructor and Description |
---|
AbstractLaneBasedStrategicalPlanner(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics) |
Modifier and Type | Method and Description |
---|---|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
getBehavioralCharacteristics()
get the personal behavioral characteristics of the driver of a GTU.
|
void |
setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
set the personal behavioral characteristics of the driver of a GTU.
|
protected org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics
public AbstractLaneBasedStrategicalPlanner(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
behavioralCharacteristics
- the personal driving characteristics, which contain settings for the tactical plannerpublic final org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getBehavioralCharacteristics()
getBehavioralCharacteristics
in interface LaneBasedStrategicalPlanner
public final void setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
setBehavioralCharacteristics
in interface LaneBasedStrategicalPlanner
behavioralCharacteristics
- set behavioral characteristics, if the driver of the GTU changes, or the driver is using
different characteristicsCopyright © 2014–2016 Delft University of Technology. All rights reserved.