Class UndergroundSystem
- java.lang.Object
-
- g1301_1400.s1396_design_underground_system.UndergroundSystem
-
public class UndergroundSystem extends Object
-
-
Constructor Summary
Constructors Constructor Description UndergroundSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckIn(int id, String stationName, int t)voidcheckOut(int id, String stationName, int t)doublegetAverageTime(String startStation, String endStation)
-