Class LaneBasedStrategicalRoutePlanner

java.lang.Object
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalRoutePlanner
All Implemented Interfaces:
Serializable, StrategicalPlanner, LaneBasedStrategicalPlanner

public class LaneBasedStrategicalRoutePlanner extends Object implements LaneBasedStrategicalPlanner, Serializable
This is the standard strategical route planner with a fixed tactical planner. If no route is supplied, but there is a destination, a route will be drawn from a RouteGenerator, or using length-based shortest path if that is also not specified. If the route is ever null, a route will be constructed from the origin to the current link, and from the current link to the destination.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers
See Also: