@FunctionalInterface public interface TaskSupplier
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 | Interface and Description |
---|---|
static class |
TaskSupplier.Constant
Class that supplies a constant task.
|
Modifier and Type | Method and Description |
---|---|
Fuller.Task |
getTask(LaneBasedGTU gtu)
Returns a task for the given GTU.
|
Fuller.Task getTask(LaneBasedGTU gtu)
gtu
- LaneBasedGTU; gtuCopyright © 2014–2019 Delft University of Technology. All rights reserved.