public interface LaneBasedStrategicalPlanner
extends org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
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.
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.
|
org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics getBehavioralCharacteristics()
void setBehavioralCharacteristics(org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics behavioralCharacteristics)
behavioralCharacteristics
- set behavioral characteristics, if the driver of the GTU changes, or the driver is using
different characteristicsLaneBasedGTU getGtu()
getGtu
in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
Copyright © 2014–2016 Delft University of Technology. All rights reserved.