Package core.setup

Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RentalBicycle

        public RentalBicycle()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        The main method that executes the rentBicycle methods to test whether or not the rentBicycle algorithm works
        Parameters:
        args - the command line arguments