Uses of Interface
org.opentrafficsim.road.gtu.strategical.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 LaneBasedStrategicalPlannerAbstractLaneBasedGTU. getStrategicalPlanner()LaneBasedStrategicalPlannerAbstractLaneBasedGTU. getStrategicalPlanner(Time time)LaneBasedStrategicalPlannerAbstractLaneBasedGTU2. getStrategicalPlanner()LaneBasedStrategicalPlannerAbstractLaneBasedGTU2. getStrategicalPlanner(Time time)LaneBasedStrategicalPlannerLaneBasedGTU. getStrategicalPlanner()LaneBasedStrategicalPlannerLaneBasedGTU. getStrategicalPlanner(Time time)Methods in org.opentrafficsim.road.gtu.lane with parameters of type LaneBasedStrategicalPlanner Modifier and Type Method Description voidAbstractLaneBasedGTU. init(LaneBasedStrategicalPlanner strategicalPlanner, java.util.Set<DirectedLanePosition> initialLongitudinalPositions, Speed initialSpeed)voidAbstractLaneBasedGTU2. init(LaneBasedStrategicalPlanner strategicalPlanner, java.util.Set<DirectedLanePosition> initialLongitudinalPositions, Speed initialSpeed)Method parameters in org.opentrafficsim.road.gtu.lane with type arguments of type LaneBasedStrategicalPlanner Modifier and Type Method Description LaneBasedIndividualGTULaneBasedIndividualGTU.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 classAbstractLaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>Factory for creatingLaneBasedStrategicalRoutePlannerusing anyLaneBasedTacticalPlannerFactory.interfaceLaneBasedStrategicalPlannerFactory<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 classAbstractLaneBasedStrategicalPlannerCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classLaneBasedStrategicalPlannerNoneCopyright (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 classLaneBasedStrategicalRoutePlannerStrategical 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 LaneBasedStrategicalPlannerLaneBasedStrategicalRoutePlannerFactory. create(LaneBasedGTU gtu, Route route, Node origin, Node destination)Creates a new strategical planner for the given GTU.