Package core.setup
Class RentalBicycle
- java.lang.Object
-
- core.setup.RentalBicycle
-
public class RentalBicycle extends java.lang.Object
The RentalBicycle class : This class is responsible to implement and test the basic packages that implement the renting system
-
-
Constructor Summary
Constructors Constructor Description RentalBicycle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The main method that executes the rentBicycle methods to test whether or not the rentBicycle algorithm works
-