Uses of Record Class
org.opentrafficsim.road.network.LaneChangeInfo
Packages that use LaneChangeInfo
Package
Description
Categories define a set of perceivable information.
-
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.network
Methods in org.opentrafficsim.road.network that return types with arguments of type LaneChangeInfoModifier and TypeMethodDescriptionRoadNetwork.getLaneChangeInfo(Lane lane, Route route, GtuType gtuType, Length range, LaneAccessLaw laneAccessLaw) Returns lane change info from the given lane.Methods in org.opentrafficsim.road.network with parameters of type LaneChangeInfo