Uses of Class
org.opentrafficsim.road.gtu.lane.perception.object.PerceivedTrafficLight
Packages that use PerceivedTrafficLight
Package
Description
Categories define a set of perceivable information.
Mental implementation based on an Attention Matrix, determining attention over different channels.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
Static methods for composition in tactical planners.
-
Uses of PerceivedTrafficLight in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type PerceivedTrafficLightModifier and TypeMethodDescriptionDirectIntersectionPerception.getTrafficLights(RelativeLane lane) IntersectionPerception.getTrafficLights(RelativeLane lane) Returns a set of traffic lights along the route. -
Uses of PerceivedTrafficLight in org.opentrafficsim.road.gtu.lane.perception.mental.channel
Methods in org.opentrafficsim.road.gtu.lane.perception.mental.channel that return types with arguments of type PerceivedTrafficLightModifier and TypeMethodDescriptionIntersectionPerceptionChannel.getTrafficLights(RelativeLane lane) -
Uses of PerceivedTrafficLight in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Subclasses of PerceivedTrafficLight in org.opentrafficsim.road.gtu.lane.tactical.lmrsModifier and TypeClassDescriptionclassTraffic light perceived through delayed perception channel. -
Uses of PerceivedTrafficLight in org.opentrafficsim.road.gtu.lane.tactical.util
Methods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type PerceivedTrafficLightModifier and TypeMethodDescriptionstatic AccelerationTrafficLightUtil.respondToTrafficLight(Parameters parameters, PerceivedTrafficLight 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 PerceivedTrafficLightModifier and TypeMethodDescriptionstatic AccelerationTrafficLightUtil.respondToTrafficLights(Parameters parameters, Iterable<PerceivedTrafficLight> headwayTrafficLights, CarFollowingModel carFollowingModel, Speed speed, SpeedLimitInfo speedLimitInfo) Returns an acceleration as response to a set of traffic lights, being positive infinity if ignored.