Uses of Interface
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlanner
Packages that use LaneBasedStrategicalPlanner
Package
Description
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
Strategical planners for a road-based GTU.
-
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return LaneBasedStrategicalPlannerModifier and TypeMethodDescriptionLaneBasedGtu.getStrategicalPlanner()
LaneBasedGtu.getStrategicalPlanner
(org.djunits.value.vdouble.scalar.Time time) Methods in org.opentrafficsim.road.gtu.lane with parameters of type LaneBasedStrategicalPlannerModifier and TypeMethodDescriptionvoid
LaneBasedGtu.init
(LaneBasedStrategicalPlanner strategicalPlanner, LanePosition longitudinalPosition, org.djunits.value.vdouble.scalar.Speed initialSpeed) -
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.strategical
Classes in org.opentrafficsim.road.gtu.strategical with type parameters of type LaneBasedStrategicalPlannerModifier and TypeInterfaceDescriptioninterface
A factory class is used to generate strategical planners as the strategical planner is state-full.Classes in org.opentrafficsim.road.gtu.strategical that implement LaneBasedStrategicalPlannerModifier and TypeClassDescriptionclass
This is the standard strategical route planner with a fixed tactical planner.