public class TaskLaneChanging extends TaskHeadwayBased
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Class and Description |
---|---|
static interface |
TaskLaneChanging.LateralConsideration
Lateral consideration leading to lane change task demand.
|
TaskHeadwayBased.TaskHeadwayCollector
Fuller.Task.Constant
Constructor and Description |
---|
TaskLaneChanging(TaskLaneChanging.LateralConsideration lateralConsideration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Duration |
getHeadway(LanePerception perception,
LaneBasedGTU gtu,
Parameters parameters)
Returns a collector for the task demand.
|
demand, getSpeed
public TaskLaneChanging(TaskLaneChanging.LateralConsideration lateralConsideration)
lateralConsideration
- LateralConsideration; lateral considerationprotected Duration getHeadway(LanePerception perception, LaneBasedGTU gtu, Parameters parameters) throws ParameterException
getHeadway
in class TaskHeadwayBased
perception
- LanePerception; perceptiongtu
- LaneBasedGTU; gtuparameters
- Parameters; parametersnull
of none.ParameterException
- on invalid parameterCopyright © 2014–2018 Delft University of Technology. All rights reserved.