Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.routesystem.LaneChangeInfo
-
Packages that use LaneChangeInfo Package Description org.opentrafficsim.road.gtu.lane.tactical.routesystem A route system provides lane-level lane change information regarding mandatory lane changes. -
-
Uses of LaneChangeInfo in org.opentrafficsim.road.gtu.lane.tactical.routesystem
Methods in org.opentrafficsim.road.gtu.lane.tactical.routesystem that return types with arguments of type LaneChangeInfo Modifier and Type Method Description SortedSet<LaneChangeInfo>
DefaultRouteSystem. getLaneChangeInfo(DirectedLanePosition position, Length front, Route route, GTUType gtuType, Length distance)
Returns lane change information from a position over a given length, according to a route and GTU type.SortedSet<LaneChangeInfo>
RouteSystem. getLaneChangeInfo(DirectedLanePosition position, Length front, Route route, GTUType gtuType, Length distance)
Returns lane change information from a position over a given length, according to a route and GTU type.Methods in org.opentrafficsim.road.gtu.lane.tactical.routesystem with parameters of type LaneChangeInfo Modifier and Type Method Description int
LaneChangeInfo. compareTo(LaneChangeInfo o)
-