City Based Parking and Routing System API Documentation

IGenerator.Generate Method 

Generates a vehicle based on the time and frequency distribution.

IVehicle Generate(
   uint step
);

Parameters

step
The current simulation time step.

Exceptions

Exception Type Condition
Exception Thrown if the generating process went amiss; i.e. no vehicle was generated when one should have been generated.

See Also

IGenerator Interface | CBPRS.Infrastructure Namespace