Interface ChannelTask
- All Superinterfaces:
Identifiable,Task
- All Known Implementing Classes:
ChannelTaskAcceleration,ChannelTaskCarFollowing,ChannelTaskConflict,ChannelTaskConstant,ChannelTaskCooperation,ChannelTaskLaneChange,ChannelTaskLocalDistraction,ChannelTaskRoadSideDistraction,ChannelTaskScan,ChannelTaskSignal,ChannelTaskSocio,ChannelTaskTrafficLight
Task in the context of a channel-based perception.
Copyright (c) 2024-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.djutils.base.Identifiable
getIdMethods inherited from interface org.opentrafficsim.road.gtu.lane.perception.mental.Task
getTaskDemand, getTaskDemand
-
Field Details
-
FRONT
Standard front channel. -
REAR
Standard rear channel. -
LEFT
Standard left channel. -
RIGHT
Standard right channel. -
IN_VEHICLE
Standard in-vehicle channel.
-
-
Method Details
-
getChannel
Object getChannel()Return the channel this task pertains to.- Returns:
- channel this task pertains to.
-