Uses of Record Class
org.opentrafficsim.road.network.LaneChangeInfo
Packages that use LaneChangeInfo
Package
Description
Categories define a set of perceivable information.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of LaneChangeInfo in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type LaneChangeInfoModifier and TypeMethodDescriptionfinal SortedSet<LaneChangeInfo>
DirectInfrastructurePerception.getLegalLaneChangeInfo
(RelativeLane lane) InfrastructurePerception.getLegalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.final SortedSet<LaneChangeInfo>
DirectInfrastructurePerception.getPhysicalLaneChangeInfo
(RelativeLane lane) InfrastructurePerception.getPhysicalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane. -
Uses of LaneChangeInfo in org.opentrafficsim.road.gtu.lane.tactical.toledo
Methods in org.opentrafficsim.road.gtu.lane.tactical.toledo that return types with arguments of type LaneChangeInfoModifier and TypeMethodDescriptionfinal SortedSet<LaneChangeInfo>
ToledoPerception.getInfrastructureLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.final org.opentrafficsim.base.TimeStampedObject<SortedSet<LaneChangeInfo>>
ToledoPerception.getTimeStampedInfrastructureLaneChangeInfo
(RelativeLane lane) Returns time stamped infrastructure lane change info of a lane. -
Uses of LaneChangeInfo in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return types with arguments of type LaneChangeInfoModifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSortedSet<LaneChangeInfo>
RoadNetwork.getLaneChangeInfo
(Lane lane, Route route, GtuType gtuType, org.djunits.value.vdouble.scalar.Length range, LaneAccessLaw laneAccessLaw) Returns lane change info from the given lane.Methods in org.opentrafficsim.road.network with parameters of type LaneChangeInfo