Class UndergroundSystem

java.lang.Object
g1301_1400.s1396_design_underground_system.UndergroundSystem

public class UndergroundSystem extends Object
  • Constructor Details

    • UndergroundSystem

      public UndergroundSystem()
  • Method Details

    • 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)