Uses of Record Class
org.opentrafficsim.road.network.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
Modifier and TypeMethodDescriptionfinal SortedSet<LaneChangeInfo>
DirectInfrastructurePerception.getLegalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.InfrastructurePerception.getLegalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.final SortedSet<LaneChangeInfo>
DirectInfrastructurePerception.getPhysicalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.InfrastructurePerception.getPhysicalLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane. -
Uses of LaneChangeInfo in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier 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
Modifier 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.