DijkstraParkingVehicle overview
![]() ![]() | Factory Method |
![]() ![]() | The attempts the vehicle make to park. |
![]() ![]() | The period of time consumed on the road while parking. |
![]() ![]() | The period of time consumed while turning on the road. |
![]() |
Default constructor. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Gets the length of the vehicle. |
![]() | Gets the maximum speed the vehicle is allowed to travel. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Initializes the route to be followed towards a parking place. |
![]() | Moves the vehicle along the current lane. |
![]() | |
![]() | |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() | Updates the current route. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Boolean that indicates if the parking place is on the other lane. |
![]() | |
![]() | The number of parking attempts undertaken by the vehicle. |
![]() | |
![]() | Boolean that indicates if the vehicle is searching for a parking place. |
![]() | |
![]() | |
![]() | The lane the vehicle has targeted as its destination. |
![]() | The time remaining before the vehicle is parked. |
![]() | Chooses a random next lane based on the set of valid directions. |
![]() | Execute parking procedure for parking place on other lane. |
![]() | Moves the vehicle along the current lane towards its parking place and parks it. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | |
![]() | Reverts the vehicles routes so that it returns to starting point |
![]() | Searches the lanes for a specific parking place |
![]() | The parking place search procedure |
![]() |
DijkstraParkingVehicle Class | CBPRS.Parking Namespace