Uses of Class
de.stklcode.pubtrans.ura.model.Trip
-
Packages that use Trip Package Description de.stklcode.pubtrans.ura jURAclient base package - seeUraClientfor usage.de.stklcode.pubtrans.ura.reader -
-
Uses of Trip in de.stklcode.pubtrans.ura
Methods in de.stklcode.pubtrans.ura that return types with arguments of type Trip Modifier and Type Method Description List<Trip>UraClient. getTrips()Get list of trips.List<Trip>UraClient. getTrips(UraClient.Query query)Get list of trips.List<Trip>UraClient. getTrips(UraClient.Query query, Integer limit)Get list of trips for given stopIDs and lineIDs with result limit.List<Trip>UraClient. getTrips(Integer limit)Get list of trips with limit.List<Trip>UraClient.Query. getTrips()Get trips for set filters.Method parameters in de.stklcode.pubtrans.ura with type arguments of type Trip Modifier and Type Method Description AsyncUraTripReaderUraClient. getTripsStream(UraClient.Query query, Consumer<Trip> consumer)Get trips for given stopIDs and lineIDs using stream API and pass each result to given consumer.AsyncUraTripReaderUraClient. getTripsStream(UraClient.Query query, List<Consumer<Trip>> consumers)Get trips for given stopIDs and lineIDs using stream API and pass each result to given consumers.AsyncUraTripReaderUraClient.Query. getTripsStream(Consumer<Trip> consumer)Get trips for set filters.AsyncUraTripReaderUraClient.Query. getTripsStream(List<Consumer<Trip>> consumers)Get trips for set filters. -
Uses of Trip in de.stklcode.pubtrans.ura.reader
Method parameters in de.stklcode.pubtrans.ura.reader with type arguments of type Trip Modifier and Type Method Description voidAsyncUraTripReader. addConsumer(Consumer<Trip> consumer)Register an additional consumer.Constructor parameters in de.stklcode.pubtrans.ura.reader with type arguments of type Trip Constructor Description AsyncUraTripReader(URL url, Consumer<Trip> consumer)Initialize trip reader.AsyncUraTripReader(URL url, List<Consumer<Trip>> consumers)Initialize trip reader.
-