public class TaskRoadSideDistraction extends Object implements Fuller.Task
 Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
Fuller.Task.Constant| Constructor and Description | 
|---|
TaskRoadSideDistraction()  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
demand(LanePerception perception,
      LaneBasedGTU gtu,
      org.opentrafficsim.base.parameters.Parameters parameters)
Returns the demand of this task. 
 | 
public double demand(LanePerception perception, LaneBasedGTU gtu, org.opentrafficsim.base.parameters.Parameters parameters) throws org.opentrafficsim.base.parameters.ParameterException, org.opentrafficsim.core.gtu.GTUException
demand in interface Fuller.Taskperception - LanePerception; perceptiongtu - LaneBasedGTU; gtuparameters - Parameters; parametersorg.opentrafficsim.base.parameters.ParameterException - if a parameter is missing or out of boundsorg.opentrafficsim.core.gtu.GTUException - exceptions pertaining to the GTUCopyright © 2014–2018 Delft University of Technology. All rights reserved.