Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.routesystem.RouteSystem
-
Packages that use RouteSystem Package Description org.opentrafficsim.road.gtu.lane.tactical.routesystem A route system provides lane-level lane change information regarding mandatory lane changes.org.opentrafficsim.road.network -
-
Uses of RouteSystem in org.opentrafficsim.road.gtu.lane.tactical.routesystem
Classes in org.opentrafficsim.road.gtu.lane.tactical.routesystem that implement RouteSystem Modifier and Type Class Description classDefaultRouteSystemDefault route system. -
Uses of RouteSystem in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return RouteSystem Modifier and Type Method Description RouteSystemOTSRoadNetwork. getRouteSystem()Returns the route system.Methods in org.opentrafficsim.road.network with parameters of type RouteSystem Modifier and Type Method Description voidOTSRoadNetwork. setRouteSystem(RouteSystem routeSystem)Sets the route system.
-