Class AbstractLaneBasedStrategicalPlanner
- java.lang.Object
-
- org.opentrafficsim.road.gtu.strategical.AbstractLaneBasedStrategicalPlanner
-
- All Implemented Interfaces:
Serializable
,StrategicalPlanner
,LaneBasedStrategicalPlanner
- Direct Known Subclasses:
LaneBasedStrategicalPlannerNone
,LaneBasedStrategicalRoutePlanner
public abstract class AbstractLaneBasedStrategicalPlanner extends Object implements LaneBasedStrategicalPlanner, Serializable
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
- 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
All Methods Instance Methods Concrete Methods 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 Detail
-
AbstractLaneBasedStrategicalPlanner
public AbstractLaneBasedStrategicalPlanner(LaneBasedGTU gtu)
- Parameters:
gtu
- LaneBasedGTU; GTU
-
-
Method Detail
-
getGtu
public final LaneBasedGTU getGtu()
- Specified by:
getGtu
in interfaceLaneBasedStrategicalPlanner
- Specified by:
getGtu
in interfaceStrategicalPlanner
-
-