Uses of Interface
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlannerFactory
Package
Description
Generate GTUs according to some prescription.
Classes concerning generation of
LaneBasedGtuCharacteristicsGenerator
for vehicle generation.Strategical planners for a road-based GTU.
-
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator
ModifierConstructorDescriptionInjections
(org.djutils.data.Table table, Network network, org.djutils.immutablecollections.ImmutableMap<String, GtuType> gtuTypes, LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory, nl.tudelft.simulation.jstats.streams.StreamInterface stream, org.djunits.value.vdouble.scalar.Duration timeToCollision) Constructor. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator.characteristics
Modifier and TypeMethodDescriptionfinal LaneBasedStrategicalPlannerFactory<?>
LaneBasedGtuCharacteristics.getStrategicalPlannerFactory()
ModifierConstructorDescriptionFactory
(LaneBasedStrategicalPlannerFactory<?> factory) Constructor.LaneBasedGtuCharacteristics
(GtuCharacteristics gtuCharacteristics, LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination, VehicleModel vehicleModel) Construct a new set of lane based GTU characteristics.LaneBasedGtuTemplate
(GtuType gtuType, Generator<org.djunits.value.vdouble.scalar.Length> lengthGenerator, Generator<org.djunits.value.vdouble.scalar.Length> widthGenerator, Generator<org.djunits.value.vdouble.scalar.Speed> maximumSpeedGenerator, LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory, Generator<Route> routeGenerator) -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.strategical
Modifier and TypeClassDescriptionclass
Factory for creatingLaneBasedStrategicalRoutePlanner
using anyLaneBasedTacticalPlannerFactory
.