Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.HeadwayTrafficLight
Packages that use HeadwayTrafficLight
Package
Description
Categories define a set of perceivable information.
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 HeadwayTrafficLightModifier and TypeMethodDescriptionDirectIntersectionPerception.getTrafficLights
(RelativeLane lane) Returns a set of traffic lights along the route.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 HeadwayTrafficLightModifier and TypeMethodDescriptionstatic org.djunits.value.vdouble.scalar.Acceleration
TrafficLightUtil.respondToTrafficLight
(org.opentrafficsim.base.parameters.Parameters parameters, HeadwayTrafficLight headwayTrafficLight, CarFollowingModel carFollowingModel, org.djunits.value.vdouble.scalar.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 HeadwayTrafficLightModifier and TypeMethodDescriptionstatic org.djunits.value.vdouble.scalar.Acceleration
TrafficLightUtil.respondToTrafficLights
(org.opentrafficsim.base.parameters.Parameters parameters, Iterable<HeadwayTrafficLight> headwayTrafficLights, CarFollowingModel carFollowingModel, org.djunits.value.vdouble.scalar.Speed speed, SpeedLimitInfo speedLimitInfo) Returns an acceleration as response to a set of traffic lights, being positive infinity if ignored.