public abstract class AbstractLaneBasedStrategicalPlanner extends Object implements LaneBasedStrategicalPlanner, Serializable
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
AbstractLaneBasedStrategicalPlanner(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics,
LaneBasedGTU gtu) |
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics |
getBehavioralCharacteristics()
get the personal behavioral characteristics of the driver of a GTU.
|
LaneBasedGTU |
getGtu() |
void |
setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
set the personal behavioral characteristics of the driver of a GTU.
|
public AbstractLaneBasedStrategicalPlanner(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics,
LaneBasedGTU gtu)
behavioralCharacteristics - the personal driving characteristics, which contain settings for the tactical plannergtu - GTUpublic final org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getBehavioralCharacteristics()
getBehavioralCharacteristics in interface LaneBasedStrategicalPlannerpublic final void setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
setBehavioralCharacteristics in interface LaneBasedStrategicalPlannerbehavioralCharacteristics - set behavioral characteristics, if the driver of the GTU changes, or the driver is using
different characteristicspublic final LaneBasedGTU getGtu()
getGtu in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannergetGtu in interface LaneBasedStrategicalPlannerCopyright © 2014–2016 Delft University of Technology. All rights reserved.