Uses of Record Class
org.opentrafficsim.road.network.speed.SpeedLimit
Packages that use SpeedLimit
Package
Description
Interfaces and classes describing perceived objects.
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
Speed limit classes.
-
Uses of SpeedLimit in org.opentrafficsim.road.gtu.perception.object
Methods in org.opentrafficsim.road.gtu.perception.object that return SpeedLimitModifier and TypeMethodDescriptionPerceivedConflict.getConflictingSpeedLimit()Returns the speed limit on the conflicting lane.PerceivedConflictFull.getConflictingSpeedLimit()Constructors in org.opentrafficsim.road.gtu.perception.object with parameters of type SpeedLimitModifierConstructorDescriptionPerceivedConflictFull(String id, org.djunits.value.vdouble.scalar.Length distance, org.djunits.value.vdouble.scalar.Length length, ConflictType conflictType, ConflictPriority conflictPriority, Class<? extends ConflictRule> conflictRuleType, org.djunits.value.vdouble.scalar.Length conflictingLength, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> upstreamConflictingGTUs, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> downstreamConflictingGTUs, org.djunits.value.vdouble.scalar.Length conflictingVisibility, SpeedLimit conflictingSpeedLimit, CrossSectionLink conflictingLink, PerceivedConflictFull.Width width, PerceivedObject stopLine, PerceivedObject conflictingStopLine, LateralDirectionality turn, Lane lane) Constructor. -
Uses of SpeedLimit in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return types with arguments of type SpeedLimitModifier and TypeMethodDescriptionLane.getSpeedLimit()Returns the speed limit at the current time-of-day.Lane.getSpeedLimit(org.djunits.value.vdouble.scalar.Duration timeOfDay) Returns the speed limit.Shoulder.getSpeedLimit()Shoulder.getSpeedLimit(org.djunits.value.vdouble.scalar.Duration timeOfDay) -
Uses of SpeedLimit in org.opentrafficsim.road.network.speed
Methods in org.opentrafficsim.road.network.speed that return SpeedLimitModifier and TypeMethodDescriptionSpeedLimits.gtuTypeSpeedLimit()Returns the value of thegtuTypeSpeedLimitrecord component.SpeedLimits.laneSpeedLimit()Returns the value of thelaneSpeedLimitrecord component.static SpeedLimitSpeedLimit.of(org.djunits.value.vdouble.scalar.Speed speed) Returns a standard non-enforced speed limit.Methods in org.opentrafficsim.road.network.speed that return types with arguments of type SpeedLimitModifier and TypeMethodDescriptionLaneSpeedLimits.getSpeedLimit(org.djunits.value.vdouble.scalar.Duration timeOfDay) Returns the speed limit.Constructors in org.opentrafficsim.road.network.speed with parameters of type SpeedLimitModifierConstructorDescriptionSpeedLimits(SpeedLimit laneSpeedLimit, SpeedLimit gtuTypeSpeedLimit) Creates an instance of aSpeedLimitsrecord class.