Uses of Class
org.opentrafficsim.road.network.speed.SpeedLimitProspect
- 
Packages that use SpeedLimitProspect Package Description org.opentrafficsim.road.gtu.lane.perception.categories Categories define a set of perceivable information.org.opentrafficsim.road.gtu.lane.tactical.toledo Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.org.opentrafficsim.road.gtu.lane.tactical.util Static methods for composition in tactical planners.
- 
- 
Uses of SpeedLimitProspect in org.opentrafficsim.road.gtu.lane.perception.categoriesMethods in org.opentrafficsim.road.gtu.lane.perception.categories that return SpeedLimitProspect Modifier and Type Method Description SpeedLimitProspectDirectInfrastructurePerception. getSpeedLimitProspect(RelativeLane lane)Returns the prospect for speed limits on a lane (dynamic speed limits may vary between lanes).SpeedLimitProspectInfrastructurePerception. getSpeedLimitProspect(RelativeLane lane)Returns the prospect for speed limits on a lane (dynamic speed limits may vary between lanes).Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type SpeedLimitProspect Modifier and Type Method Description TimeStampedObject<SpeedLimitProspect>DirectInfrastructurePerception. getTimeStampedSpeedLimitProspect(RelativeLane lane)Returns the time stamped prospect for speed limits on a lane (dynamic speed limits may vary between lanes).
- 
Uses of SpeedLimitProspect in org.opentrafficsim.road.gtu.lane.tactical.toledoMethods in org.opentrafficsim.road.gtu.lane.tactical.toledo that return SpeedLimitProspect Modifier and Type Method Description SpeedLimitProspectToledoPerception. getSpeedLimitProspect(RelativeLane lane)Returns the prospect for speed limits on a lane (dynamic speed limits may vary between lanes).Methods in org.opentrafficsim.road.gtu.lane.tactical.toledo that return types with arguments of type SpeedLimitProspect Modifier and Type Method Description TimeStampedObject<SpeedLimitProspect>ToledoPerception. getTimeStampedSpeedLimitProspect(RelativeLane lane)Returns the time stamped prospect for speed limits on a lane (dynamic speed limits may vary between lanes).
- 
Uses of SpeedLimitProspect in org.opentrafficsim.road.gtu.lane.tactical.utilMethods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type SpeedLimitProspect Modifier and Type Method Description static AccelerationSpeedLimitUtil. considerSpeedLimitTransitions(Parameters parameters, Speed speed, SpeedLimitProspect speedLimitProspect, CarFollowingModel carFollowingModel)Acceleration for speed limit transitions.
 
-