Uses of Interface
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalPlannerFactory
Packages that use 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
Constructors in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedStrategicalPlannerFactoryModifierConstructorDescriptionInjections(Table table, Network network, ImmutableMap<String, GtuType> gtuTypes, BiFunction<GtuType, nl.tudelft.simulation.jstats.streams.StreamInterface, Optional<GtuTemplate>> gtuCharacteristicsGenerator, LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory, nl.tudelft.simulation.jstats.streams.StreamInterface stream, Duration timeToCollision) Constructor. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.generator.characteristics
Methods in org.opentrafficsim.road.gtu.generator.characteristics that return LaneBasedStrategicalPlannerFactoryModifier and TypeMethodDescriptionfinal LaneBasedStrategicalPlannerFactory<?>LaneBasedGtuCharacteristics.getStrategicalPlannerFactory()Returns the strategical planner factory.Constructors in org.opentrafficsim.road.gtu.generator.characteristics with parameters of type LaneBasedStrategicalPlannerFactoryModifierConstructorDescriptionFactory(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, Supplier<Length> lengthSupplier, Supplier<Length> widthSupplier, Supplier<Speed> maximumSpeedSupplier, LaneBasedStrategicalPlannerFactory<?> strategicalPlannerFactory, Supplier<Route> routeSupplier) Constructor. -
Uses of LaneBasedStrategicalPlannerFactory in org.opentrafficsim.road.gtu.strategical
Classes in org.opentrafficsim.road.gtu.strategical that implement LaneBasedStrategicalPlannerFactoryModifier and TypeClassDescriptionclassFactory for creatingLaneBasedStrategicalRoutePlannerusing anyLaneBasedTacticalPlannerFactory.