Uses of Interface
org.opentrafficsim.road.gtu.lane.VehicleModel
Packages that use 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
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. -
Uses of VehicleModel in org.opentrafficsim.road.gtu.lane
Classes in org.opentrafficsim.road.gtu.lane that implement VehicleModelModifier and TypeClassDescriptionstatic classDefines (fixed) mass and moment of inertia about z-axis.Fields in org.opentrafficsim.road.gtu.lane 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.lane that return VehicleModelModifier and TypeMethodDescriptionCreate next vehicle model for given GTU type.LaneBasedGtu.getVehicleModel()Returns the vehicle model.Methods in org.opentrafficsim.road.gtu.lane 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.