City Based Parking and Routing System API Documentation

Vehicle.Move Method 

Moves the current vehicle to a new position.

public virtual void Move(
   IVehicle vfront,
   uint step
);

Parameters

vfront
The vehicle directly in front of the current, this value can be zero.
step
The current time step.

Implements

IVehicle.Move

Remarks

Implements basic Nagel-Schreckenberg model.

See Also

Vehicle Class | CBPRS.Infrastructure Namespace