Uses of Interface
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlannerFactory
Package | Description |
---|---|
org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
org.opentrafficsim.road.gtu.generator.characteristics |
Classes concerning generation of
LaneBasedGTUCharacteristicsGenerator for vehicle generation. |
org.opentrafficsim.road.gtu.generator.od |
OD based vehicle generation.
|
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 LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return LaneBasedStrategicalPlannerFactory Modifier and Type Method Description LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner>
AbstractGTUGeneratorOld. getStrategicalPlannerFactory()
-
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator.characteristics
Methods in org.opentrafficsim.road.gtu.generator.characteristics that return LaneBasedStrategicalPlannerFactory Modifier and Type Method Description LaneBasedStrategicalPlannerFactory<?>
LaneBasedGTUCharacteristics. getStrategicalPlannerFactory()
Constructors in org.opentrafficsim.road.gtu.generator.characteristics with parameters of type LaneBasedStrategicalPlannerFactory Constructor Description LaneBasedGTUCharacteristics(GTUCharacteristics gtuCharacteristics, LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination, VehicleModel vehicleModel)
Construct a new set of lane based GTU characteristics.LaneBasedTemplateGTUType(GTUType gtuType, Generator<Length> lengthGenerator, Generator<Length> widthGenerator, Generator<Speed> maximumSpeedGenerator, LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory, Generator<Route> routeGenerator)
-
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return LaneBasedStrategicalPlannerFactory Modifier and Type Method Description LaneBasedStrategicalPlannerFactory<?>
StrategicalPlannerFactorySupplierOD. getFactory(Node origin, Node destination, Category category, StreamInterface randomStream)
Supplies a strategical factory. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.lane
Methods in org.opentrafficsim.road.gtu.lane with parameters of type LaneBasedStrategicalPlannerFactory Modifier and Type Method Description LaneBasedIndividualGTU
LaneBasedIndividualGTU.LaneBasedIndividualCarBuilder. build(LaneBasedStrategicalPlannerFactory<? extends LaneBasedStrategicalPlanner> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination)
Build one LaneBasedIndividualCar. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.strategical
Classes in org.opentrafficsim.road.gtu.strategical that implement LaneBasedStrategicalPlannerFactory Modifier and Type Class Description class
AbstractLaneBasedStrategicalPlannerFactory<T extends LaneBasedStrategicalPlanner>
Factory for creatingLaneBasedStrategicalRoutePlanner
using anyLaneBasedTacticalPlannerFactory
. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.strategical.route
Classes in org.opentrafficsim.road.gtu.strategical.route that implement LaneBasedStrategicalPlannerFactory Modifier and Type Class Description class
LaneBasedStrategicalRoutePlannerFactory
Factory for creatingLaneBasedStrategicalRoutePlanner
using anyLaneBasedTacticalPlannerFactory
.