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