public abstract class TaskHeadwayBased extends Object implements Fuller.Task
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 class |
TaskHeadwayBased.TaskHeadwayCollector
Simple collector implementation to obtain time headway.
|
Fuller.Task.Constant
Constructor and Description |
---|
TaskHeadwayBased() |
Modifier and Type | Method and Description |
---|---|
double |
demand(LanePerception perception,
LaneBasedGTU gtu,
Parameters parameters)
Returns the demand of this task.
|
protected abstract Duration |
getHeadway(LanePerception perception,
LaneBasedGTU gtu,
Parameters parameters)
Returns a collector for the task demand.
|
protected Speed |
getSpeed()
Returns the current speed to translate a distance headway to a time headway.
|
public double demand(LanePerception perception, LaneBasedGTU gtu, Parameters parameters) throws ParameterException
demand
in interface Fuller.Task
perception
- LanePerception; perceptiongtu
- LaneBasedGTU; gtuparameters
- Parameters; parametersParameterException
- if a parameter is missing or out of boundsprotected Speed getSpeed()
protected abstract Duration getHeadway(LanePerception perception, LaneBasedGTU gtu, Parameters parameters) throws ParameterException
perception
- LanePerception; perceptiongtu
- LaneBasedGTU; gtuparameters
- Parameters; parametersnull
of none.ParameterException
- on invalid parameterCopyright © 2014–2018 Delft University of Technology. All rights reserved.