Package org.opentrafficsim.core.gtu.plan.tactical

Tactical planners generate operational plans that are in line with reaching the goals of the strategical plan.

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

$LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Nov 15, 2015
Author:
Alexander Verbraeck, Peter Knoppers
  • Interface Summary 
    Interface Description
    TacticalPlanner<G extends GTU,​P extends Perception<G>>
    Tactical planners generate operational plans that are in line with reaching the goals of the strategical plan.
    TacticalPlannerFactory<T extends TacticalPlanner>
    A factory class is used to generate tactical planners as the tactical planner is state-full.