Class UndergroundSystem


  • public class UndergroundSystem
    extends Object
    • Constructor Detail

      • UndergroundSystem

        public UndergroundSystem()
    • Method Detail

      • checkIn

        public void checkIn​(int id,
                            String stationName,
                            int t)
      • checkOut

        public void checkOut​(int id,
                             String stationName,
                             int t)
      • getAverageTime

        public double getAverageTime​(String startStation,
                                     String endStation)