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.
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
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 Details
-
getGtu
LaneBasedGTU getGtu()- Specified by:
getGtu
in interfaceStrategicalPlanner
-
getTacticalPlanner
LaneBasedTacticalPlanner getTacticalPlanner()- Specified by:
getTacticalPlanner
in interfaceStrategicalPlanner
-
getTacticalPlanner
- Specified by:
getTacticalPlanner
in interfaceStrategicalPlanner
-