Uses of Interface
org.opentrafficsim.road.gtu.lane.VehicleModel
-
Packages that use VehicleModel Package Description org.opentrafficsim.road.gtu.generator.characteristics Classes concerning generation ofLaneBasedGTUCharacteristicsGenerator
for vehicle generation.org.opentrafficsim.road.gtu.lane 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 VehicleModel Modifier and Type Method Description VehicleModel
LaneBasedGTUCharacteristics. getVehicleModel()
Returns the vehicle model.Constructors in org.opentrafficsim.road.gtu.generator.characteristics with parameters of type VehicleModel Constructor Description LaneBasedGTUCharacteristics(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 VehicleModel Modifier and Type Class Description static class
VehicleModel.MassBased
Defines (fixed) mass and moment of inertia about z-axis.Fields in org.opentrafficsim.road.gtu.lane declared as VehicleModel Modifier and Type Field Description static VehicleModel
VehicleModel. MINMAX
Acceleration bounded by GTU min and max acceleration.static VehicleModel
VehicleModel. NONE
No bounds.Methods in org.opentrafficsim.road.gtu.lane that return VehicleModel Modifier and Type Method Description VehicleModel
VehicleModelFactory. create(GTUType gtuType)
Create next vehicle model for given GTU type.VehicleModel
AbstractLaneBasedGTU. getVehicleModel()
Returns the vehicle model.VehicleModel
AbstractLaneBasedGTU2. getVehicleModel()
Returns the vehicle model.default VehicleModel
LaneBasedGTU. getVehicleModel()
Returns the vehicle model.Methods in org.opentrafficsim.road.gtu.lane with parameters of type VehicleModel Modifier and Type Method Description static VehicleModelFactory
VehicleModelFactory. fixed(VehicleModel vehicleModel)
Factory returning the same instance always.void
AbstractLaneBasedGTU. setVehicleModel(VehicleModel vehicleModel)
Sets a vehicle model.void
AbstractLaneBasedGTU2. setVehicleModel(VehicleModel vehicleModel)
Sets a vehicle model.
-