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 void
checkIn(int id, String stationName, int t)
void
checkOut(int id, String stationName, int t)
double
getAverageTime(String startStation, String endStation)
-