Interface LaneBasedStrategicalPlanner
-
- All Superinterfaces:
StrategicalPlanner
- All Known Implementing Classes:
AbstractLaneBasedStrategicalPlanner
,LaneBasedStrategicalPlannerNone
,LaneBasedStrategicalRoutePlanner
public interface LaneBasedStrategicalPlanner extends StrategicalPlanner
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
$LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Nov 26, 2015
BSD-style license. See OpenTrafficSim License.- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
Field Summary
-
Fields inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
STRATEGICAL_PLANNER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaneBasedGTU
getGtu()
LaneBasedTacticalPlanner
getTacticalPlanner()
LaneBasedTacticalPlanner
getTacticalPlanner(Time time)
-
Methods inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
getDestination, getOrigin, getRoute, nextLinkDirection, nextLinkDirection, nextNode, nextNode
-
-
-
-
Method Detail
-
getGtu
LaneBasedGTU getGtu()
- Specified by:
getGtu
in interfaceStrategicalPlanner
-
getTacticalPlanner
LaneBasedTacticalPlanner getTacticalPlanner()
- Specified by:
getTacticalPlanner
in interfaceStrategicalPlanner
-
getTacticalPlanner
LaneBasedTacticalPlanner getTacticalPlanner(Time time)
- Specified by:
getTacticalPlanner
in interfaceStrategicalPlanner
-
-