Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.LanePathInfo
-
Packages that use LanePathInfo Package Description org.opentrafficsim.road.gtu.lane.perception.categories Categories define a set of perceivable information.org.opentrafficsim.road.gtu.lane.tactical 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 LanePathInfo Modifier and Type Method Description LanePathInfo
DefaultSimplePerception. getLanePathInfo()
Retrieve the last perceived lane path info.LanePathInfo
DirectDefaultSimplePerception. getLanePathInfo()
Retrieve the last perceived lane path info.Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type LanePathInfo Modifier and Type Method Description 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 LanePathInfo Modifier and Type Method Description static LanePathInfo
AbstractLaneBasedTacticalPlanner. buildLanePathInfo(LaneBasedGTU gtu, Length maxHeadway)
Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.static LanePathInfo
AbstractLaneBasedTacticalPlanner. buildLanePathInfo(LaneBasedGTU gtu, Length maxHeadway, Lane startLane, Length position, GTUDirectionality startDirectionality)
Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.
-