public class TaskLaneChanging extends TaskHeadwayBased
 Copyright (c) 2013-2019 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| 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. 
 | 
calculateTaskDemand, getSpeedgetAnticipationReliance, getId, getTaskDemand, setAnticipationReliance, setTaskDemand, toStringpublic TaskLaneChanging(TaskLaneChanging.LateralConsideration lateralConsideration)
lateralConsideration - LateralConsideration; lateral considerationprotected Duration getHeadway(LanePerception perception, LaneBasedGTU gtu, Parameters parameters) throws ParameterException
getHeadway in class TaskHeadwayBasedperception - LanePerception; perceptiongtu - LaneBasedGTU; gtuparameters - Parameters; parametersnull of none.ParameterException - on invalid parameterCopyright © 2014–2019 Delft University of Technology. All rights reserved.