Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.HeadwayTrafficLight
-
Packages that use HeadwayTrafficLight Package Description org.opentrafficsim.road.gtu.lane.perception.categories Categories define a set of perceivable information.org.opentrafficsim.road.gtu.lane.tactical.util Static methods for composition in tactical planners. -
-
Uses of HeadwayTrafficLight in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type HeadwayTrafficLight Modifier and Type Method Description PerceptionCollectable<HeadwayTrafficLight,TrafficLight>
DirectIntersectionPerception. getTrafficLights(RelativeLane lane)
Returns a set of traffic lights along the route.PerceptionCollectable<HeadwayTrafficLight,TrafficLight>
IntersectionPerception. getTrafficLights(RelativeLane lane)
Returns a set of traffic lights along the route. -
Uses of HeadwayTrafficLight in org.opentrafficsim.road.gtu.lane.tactical.util
Methods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type HeadwayTrafficLight Modifier and Type Method Description static Acceleration
TrafficLightUtil. respondToTrafficLight(Parameters parameters, HeadwayTrafficLight headwayTrafficLight, CarFollowingModel carFollowingModel, Speed speed, SpeedLimitInfo speedLimitInfo)
Returns an acceleration as response to a traffic light, being positive infinity if ignored.Method parameters in org.opentrafficsim.road.gtu.lane.tactical.util with type arguments of type HeadwayTrafficLight Modifier and Type Method Description static Acceleration
TrafficLightUtil. respondToTrafficLights(Parameters parameters, Iterable<HeadwayTrafficLight> headwayTrafficLights, CarFollowingModel carFollowingModel, Speed speed, SpeedLimitInfo speedLimitInfo)
Returns an acceleration as response to a set of traffic lights, being positive infinity if ignored.
-