City Based Parking and Routing System API Documentation

Generator.Generate Method 

Generates a vehicle based on the time and frequency distribution.

public IVehicle Generate(
   uint step
);

Parameters

step
The current simulation time step.

Implements

IGenerator.Generate

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

Generator Class | CBPRS.Infrastructure Namespace