Uses of Record Class
com.cta4j.bus.prediction.model.Prediction
Packages that use Prediction
-
Uses of Prediction in com.cta4j.bus.prediction
Methods in com.cta4j.bus.prediction that return types with arguments of type PredictionModifier and TypeMethodDescriptiondefault List<Prediction> PredictionsApi.findByRouteIdAndStopId(String routeId, String stopId) Retrieves predictions by route ID and stop ID.PredictionsApi.findByStopIds(StopsPredictionsQuery query) Retrieves predictions by stop IDs.default List<Prediction> PredictionsApi.findByVehicleId(String vehicleId) Retrieves predictions by vehicle ID.PredictionsApi.findByVehicleIds(VehiclesPredictionsQuery query) Retrieves predictions by vehicle IDs.