Uses of Interface
org.opentrafficsim.road.gtu.lane.VehicleModel
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 VehicleModel in org.opentrafficsim.road.gtu.generator.characteristics
Modifier and TypeMethodDescriptionLaneBasedGtuCharacteristics.getVehicleModel()
Returns the vehicle model.ModifierConstructorDescriptionLaneBasedGtuCharacteristics
(GtuCharacteristics gtuCharacteristics, LaneBasedStrategicalPlannerFactory<?> laneBasedStrategicalPlannerFactory, Route route, Node origin, Node destination, VehicleModel vehicleModel) Construct a new set of lane based GTU characteristics. -
Uses of VehicleModel in org.opentrafficsim.road.gtu.lane
Modifier and TypeClassDescriptionstatic class
Defines (fixed) mass and moment of inertia about z-axis.Modifier and TypeFieldDescriptionstatic final VehicleModel
VehicleModel.MINMAX
Acceleration bounded by GTU min and max acceleration.static final VehicleModel
VehicleModel.NONE
No bounds.Modifier and TypeMethodDescriptionCreate next vehicle model for given GTU type.LaneBasedGtu.getVehicleModel()
Returns the vehicle model.Modifier and TypeMethodDescriptionstatic VehicleModelFactory
VehicleModelFactory.fixed
(VehicleModel vehicleModel) Factory returning the same instance always.void
LaneBasedGtu.setVehicleModel
(VehicleModel vehicleModel) Sets a vehicle model.