Class AbstractLaneBasedStrategicalPlanner
java.lang.Object
org.opentrafficsim.road.gtu.strategical.AbstractLaneBasedStrategicalPlanner
- All Implemented Interfaces:
java.io.Serializable
,StrategicalPlanner
,LaneBasedStrategicalPlanner
- Direct Known Subclasses:
LaneBasedStrategicalPlannerNone
,LaneBasedStrategicalRoutePlanner
public abstract class AbstractLaneBasedStrategicalPlanner extends java.lang.Object implements LaneBasedStrategicalPlanner, java.io.Serializable
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
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
STRATEGICAL_PLANNER
-
Constructor Summary
Constructors Constructor Description AbstractLaneBasedStrategicalPlanner(LaneBasedGTU gtu)
-
Method Summary
Modifier and Type Method Description LaneBasedGTU
getGtu()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlanner
getTacticalPlanner, getTacticalPlanner
Methods inherited from interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
getDestination, getOrigin, getRoute, nextLinkDirection, nextLinkDirection, nextNode, nextNode
-
Constructor Details
-
AbstractLaneBasedStrategicalPlanner
- Parameters:
gtu
- LaneBasedGTU; GTU
-
-
Method Details
-
getGtu
- Specified by:
getGtu
in interfaceLaneBasedStrategicalPlanner
- Specified by:
getGtu
in interfaceStrategicalPlanner
-