Class AbstractLaneBasedTacticalPlanner

java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.AbstractLaneBasedTacticalPlanner
All Implemented Interfaces:
TacticalPlanner<LaneBasedGtu,LanePerception>, LaneBasedTacticalPlanner
Direct Known Subclasses:
AbstractIncentivesTacticalPlanner

public abstract class AbstractLaneBasedTacticalPlanner extends Object implements LaneBasedTacticalPlanner
A lane-based tactical planner generates an operational plan for the lane-based GTU. It can ask the strategic planner for assistance on the route to take when the network splits. This abstract class contains a number of helper methods that make it easy to implement a tactical planner.

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