java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AbstractTask
org.opentrafficsim.road.gtu.lane.perception.mental.channel.ChannelTaskScan
All Implemented Interfaces:
Identifiable, ChannelTask, Task

public class ChannelTaskScan extends AbstractTask implements ChannelTask
Task demand for scanning. This is a constant value.

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 Details

  • Constructor Details

    • ChannelTaskScan

      public ChannelTaskScan(Object channel)
      Constructor.
      Parameters:
      channel - channel.
  • Method Details