-
public final class VehicleJourney
-
-
Constructor Summary
Constructors Constructor Description VehicleJourney(List<StopTime> stopTimes)
-
Method Summary
Modifier and Type Method Description final List<StopTime>component1()final VehicleJourneycopy(List<StopTime> stopTimes)final List<StopTime>getStopTimes()-
-
Method Detail
-
component1
final List<StopTime> component1()
-
copy
final VehicleJourney copy(List<StopTime> stopTimes)
-
getStopTimes
final List<StopTime> getStopTimes()
-
-
-
-