Class PerceivedTrafficLight

All Implemented Interfaces:
Comparable<PerceivedObject>, Identifiable, PerceivedLaneBasedObject, PerceivedObject
Direct Known Subclasses:
PerceivedTrafficLightChannel

public class PerceivedTrafficLight extends PerceivedLaneBasedObjectBase
Container for a reference to information about a (lane based) traffic light and a headway to the traffic light.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers
  • Constructor Details

    • PerceivedTrafficLight

      public PerceivedTrafficLight(TrafficLight trafficLight, Length distance, boolean turnOnRed)
      Construct a new Headway information object, for a traffic light ahead of us (or behind us, although that does not seem very useful).
      Parameters:
      trafficLight - the traffic light object for further observation, can not be null.
      distance - the distance to the traffic light, distance cannot be null.
      turnOnRed - whether the perceiving GTU may turn on red.
  • Method Details

    • getTrafficLightColor

      public TrafficLightColor getTrafficLightColor()
      Returns the traffic light color.
      Returns:
      the traffic light color.
    • canTurnOnRed

      public boolean canTurnOnRed()
      Whether the perceiving GTU may turn on red.
      Returns:
      whether the perceiving GTU may turn on red.
    • getTrafficLight

      protected TrafficLight getTrafficLight()
      Returns the traffic light for sub classes.
      Returns:
      traffic light
    • toString

      public String toString()
      Description copied from class: PerceivedLaneBasedObjectBase
      Overrides:
      toString in class PerceivedLaneBasedObjectBase