Uses of Interface
org.opentrafficsim.road.gtu.VehicleModel
Packages that use VehicleModel
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 VehicleModel in org.opentrafficsim.road.gtu
Classes in org.opentrafficsim.road.gtu that implement VehicleModelModifier and TypeClassDescriptionstatic classDefines (fixed) mass and moment of inertia about z-axis.Fields in org.opentrafficsim.road.gtu declared as VehicleModelModifier and TypeFieldDescriptionstatic final VehicleModelVehicleModel.MINMAXAcceleration bounded by GTU min and max acceleration.static final VehicleModelVehicleModel.NONENo bounds.Methods in org.opentrafficsim.road.gtu that return VehicleModelModifier and TypeMethodDescriptionCreate next vehicle model for given GTU type.LaneBasedGtu.getVehicleModel()Returns the vehicle model.Methods in org.opentrafficsim.road.gtu with parameters of type VehicleModelModifier and TypeMethodDescriptionstatic VehicleModelFactoryVehicleModelFactory.fixed(VehicleModel vehicleModel) Factory returning the same instance always.voidLaneBasedGtu.setVehicleModel(VehicleModel vehicleModel) Sets a vehicle model. -
Uses of VehicleModel in org.opentrafficsim.road.gtu.generator.characteristics
Methods in org.opentrafficsim.road.gtu.generator.characteristics that return VehicleModelModifier and TypeMethodDescriptionLaneBasedGtuCharacteristics.getVehicleModel()Returns the vehicle model.Constructors in org.opentrafficsim.road.gtu.generator.characteristics with parameters of type VehicleModelModifierConstructorDescriptionLaneBasedGtuCharacteristics(GtuCharacteristics gtuCharacteristics, LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination, VehicleModel vehicleModel) Construct a new set of lane based GTU characteristics.