Uses of Interface
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlanner
-
Packages that use LaneBasedStrategicalPlanner Package Description org.opentrafficsim.road.gtu.generator Generate GTUs according to some prescription.org.opentrafficsim.road.gtu.lane The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.org.opentrafficsim.road.gtu.strategical Strategical planners for a road-based GTU.org.opentrafficsim.road.gtu.strategical.route Route planners as part of strategical planning. -
-
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return types with arguments of type LaneBasedStrategicalPlanner Modifier and Type Method Description LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner>
AbstractGTUGeneratorOld. getStrategicalPlannerFactory()
-
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane that return LaneBasedStrategicalPlanner Modifier and Type Method Description LaneBasedStrategicalPlanner
AbstractLaneBasedGTU. getStrategicalPlanner()
LaneBasedStrategicalPlanner
AbstractLaneBasedGTU. getStrategicalPlanner(Time time)
LaneBasedStrategicalPlanner
AbstractLaneBasedGTU2. getStrategicalPlanner()
LaneBasedStrategicalPlanner
AbstractLaneBasedGTU2. getStrategicalPlanner(Time time)
LaneBasedStrategicalPlanner
LaneBasedGTU. getStrategicalPlanner()
LaneBasedStrategicalPlanner
LaneBasedGTU. getStrategicalPlanner(Time time)
Methods in org.opentrafficsim.road.gtu.lane with parameters of type LaneBasedStrategicalPlanner Modifier and Type Method Description void
AbstractLaneBasedGTU. init(LaneBasedStrategicalPlanner strategicalPlanner, Set<DirectedLanePosition> initialLongitudinalPositions, Speed initialSpeed)
void
AbstractLaneBasedGTU2. init(LaneBasedStrategicalPlanner strategicalPlanner, Set<DirectedLanePosition> initialLongitudinalPositions, Speed initialSpeed)
Method parameters in org.opentrafficsim.road.gtu.lane with type arguments of type LaneBasedStrategicalPlanner Modifier and Type Method Description LaneBasedIndividualGTU
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder. build(LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination)
Build one LaneBasedIndividualCar. -
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.strategical
Classes in org.opentrafficsim.road.gtu.strategical with type parameters of type LaneBasedStrategicalPlanner Modifier and Type Class Description class
AbstractLaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>
Factory for creatingLaneBasedStrategicalRoutePlanner
using anyLaneBasedTacticalPlannerFactory
.interface
LaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>
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 LaneBasedStrategicalPlanner Modifier and Type Class Description class
AbstractLaneBasedStrategicalPlanner
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
LaneBasedStrategicalPlannerNone
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
Uses of LaneBasedStrategicalPlanner in org.opentrafficsim.road.gtu.strategical.route
Classes in org.opentrafficsim.road.gtu.strategical.route that implement LaneBasedStrategicalPlanner Modifier and Type Class Description class
LaneBasedStrategicalRoutePlanner
Strategical planner, route-based, with personal driving characteristics, which contain settings for the tactical planner.Methods in org.opentrafficsim.road.gtu.strategical.route that return LaneBasedStrategicalPlanner Modifier and Type Method Description LaneBasedStrategicalPlanner
LaneBasedStrategicalRoutePlannerFactory. create(LaneBasedGTU gtu, Route route, Node origin, Node destination)
Creates a new strategical planner for the given GTU.
-