Uses of Record Class
com.cta4j.bus.model.UpcomingBusArrival
Packages that use UpcomingBusArrival
-
Uses of UpcomingBusArrival in com.cta4j.bus.model
Methods in com.cta4j.bus.model that return types with arguments of type UpcomingBusArrivalModifier and TypeMethodDescriptionBus.arrivals()Returns the value of thearrivalsrecord component.Constructor parameters in com.cta4j.bus.model with type arguments of type UpcomingBusArrivalModifierConstructorDescriptionBus(String id, String route, String destination, BusCoordinates coordinates, List<UpcomingBusArrival> arrivals, Boolean delayed) Creates an instance of aBusrecord class.