public static class TaskManager.SummativeTaskManager extends Object implements TaskManager
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.
TaskManager.SummativeTaskManager
Constructor and Description |
---|
SummativeTaskManager() |
Modifier and Type | Method and Description |
---|---|
void |
manage(Set<Task> tasks,
LanePerception perception,
LaneBasedGTU gtu,
Parameters parameters)
Manage tasks.
|
public void manage(Set<Task> tasks, LanePerception perception, LaneBasedGTU gtu, Parameters parameters) throws ParameterException, GTUException
manage
in interface TaskManager
tasks
- Set<Task>; tasksperception
- LanePerception; perceptiongtu
- LaneBasedGTU; gtuparameters
- Parameters; parametersParameterException
- if a parameter is missing or out of boundsGTUException
- exceptions pertaining to the GTUCopyright © 2014–2019 Delft University of Technology. All rights reserved.