Interface LaneBasedStrategicalPlanner
- All Superinterfaces:
StrategicalPlanner
- All Known Implementing Classes:
LaneBasedStrategicalRoutePlanner
Interface for lane-based strategical planners. It specifies output of certain methods to produce lane-based objects.
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
-
Field Summary
Fields inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
STRATEGICAL_PLANNER
-
Method Summary
Modifier and TypeMethodDescriptiongetGtu()
getTacticalPlanner
(org.djunits.value.vdouble.scalar.Time time) Methods inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
getDestination, getOrigin, getRoute, nextLink, 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
-