Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.LanePathInfo
Packages that use LanePathInfo
Package
Description
Categories define a set of perceivable information.
Tactical planners for a lane-based GTU.
-
Uses of LanePathInfo in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return LanePathInfoModifier and TypeMethodDescriptionDefaultSimplePerception.getLanePathInfo()Retrieve the last perceived lane path info.final LanePathInfoDirectDefaultSimplePerception.getLanePathInfo()Retrieve the last perceived lane path info.Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type LanePathInfoModifier and TypeMethodDescriptionfinal org.opentrafficsim.base.TimeStampedObject<LanePathInfo>DirectDefaultSimplePerception.getTimeStampedLanePathInfo()Retrieve the time stamped last perceived lane path info. -
Uses of LanePathInfo in org.opentrafficsim.road.gtu.lane.tactical
Methods in org.opentrafficsim.road.gtu.lane.tactical that return LanePathInfoModifier and TypeMethodDescriptionstatic LanePathInfoAbstractLaneBasedTacticalPlanner.buildLanePathInfo(LaneBasedGtu gtu, Length maxHeadway) Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.static LanePathInfoAbstractLaneBasedTacticalPlanner.buildLanePathInfo(LaneBasedGtu gtu, Length maxHeadway, Lane startLane, Length position) Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.