scalation.simulation.process.Dynamics
The Dynamics
trait supports physics models for the motion of vehicles, e.g., car-following models.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Update the values of the vehicle: velocity, displacement, lane according to the car-following model being used.
Update the values of the vehicle: velocity, displacement, lane according to the car-following model being used.
Value parameters
-
car
-
the vehivle to move
-
motion
-
the dynamics/physics determining the motion (e.g., car-following model)
Attributes