Uses of Interface
org.opentrafficsim.road.gtu.lane.VehicleModelFactory
Packages that use VehicleModelFactory
Package
Description
Classes concerning generation of
LaneBasedGtuCharacteristicsGenerator for vehicle generation.The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
-
Uses of VehicleModelFactory in org.opentrafficsim.road.gtu.generator.characteristics
Methods in org.opentrafficsim.road.gtu.generator.characteristics with parameters of type VehicleModelFactoryModifier and TypeMethodDescriptionDefaultLaneBasedGtuCharacteristicsGeneratorOd.Factory.setVehicleModelGenerator(VehicleModelFactory vehicleModelFactory) -
Uses of VehicleModelFactory in org.opentrafficsim.road.gtu.lane
Fields in org.opentrafficsim.road.gtu.lane declared as VehicleModelFactoryModifier and TypeFieldDescriptionstatic final VehicleModelFactoryVehicleModelFactory.MINMAXAcceleration bounded vehicle model.static final VehicleModelFactoryVehicleModelFactory.NONENo vehicle model.Methods in org.opentrafficsim.road.gtu.lane that return VehicleModelFactoryModifier and TypeMethodDescriptionstatic VehicleModelFactoryVehicleModelFactory.fixed(VehicleModel vehicleModel) Factory returning the same instance always.