- Vehicle - Class in de.hems.trafficsim
-
Model class which represents a vehicle in the simulation.
- Vehicle(int, int, float, float, float)
- Constructor for class de.hems.trafficsim.Vehicle
-
Constructs a new vehicle.
- vehicles
- Variable in class de.hems.trafficsim.Track
-
list a vehicles on the track
- VehicleTimeRecord - Class in de.hems.trafficsim
-
Model class which keeps the previous simulation data for analysis.
- VehicleTimeRecord(int, float, float, float)
- Constructor for class de.hems.trafficsim.VehicleTimeRecord
-
Construct a new VehicleTimeRecord.
- velocity -
Variable in class de.hems.trafficsim.VehicleTimeRecord
-
the velocity of the vehicle during the last simulation step
- viewStack -
Variable in class de.hems.trafficsim.MainActivity
-
the layout which keeps the surface view
- vtrList - Variable in
class de.hems.trafficsim.Track
-
list of resulting time records of the simulation