Uses of Class
de.stklcode.pubtrans.ura.model.Stop
-
Packages that use Stop Package Description de.stklcode.pubtrans.ura jURAclient base package - seeUraClientfor usage.de.stklcode.pubtrans.ura.model jURAclient model classes that represent responses returned by the URA interface. -
-
Uses of Stop in de.stklcode.pubtrans.ura
Methods in de.stklcode.pubtrans.ura that return types with arguments of type Stop Modifier and Type Method Description List<Stop>UraClient. getStops()Get list of stops without filters.List<Stop>UraClient. getStops(UraClient.Query query)List available stopIDs.List<Stop>UraClient.Query. getStops()Get stops for set filters. -
Uses of Stop in de.stklcode.pubtrans.ura.model
Methods in de.stklcode.pubtrans.ura.model that return Stop Modifier and Type Method Description StopMessage. getStop()StopTrip. getStop()Constructors in de.stklcode.pubtrans.ura.model with parameters of type Stop Constructor Description Message(Stop stop, String msgUUID, Integer msgType, Integer msgPriority, String msgText)Construct Message object from Stop model and set of additional data.Trip(Stop stop, Integer visitID, String lineID, String lineName, Integer directionID, String destinationName, String destinationText, String vehicleID, String tripID, Long estimatedTime)Construct Trip object from Stop model and set of additional data.
-