City Based Parking and Routing System API Documentation

Bus Class

Vehicle that uses the Dijkstra algorithm for routing but also provides delay information to the ant algorithm.

For a list of all members of this type, see Bus Members.

System.Object
   CBPRS.Infrastructure.Vehicle
      CBPRS.Parking.Bus

public class Bus : Vehicle

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CBPRS.Parking

Assembly: CBPRS.Parking (in CBPRS.Parking.dll)

See Also

Bus Members | CBPRS.Parking Namespace