Uses of Class
de.stklcode.pubtrans.ura.model.Stop

Packages that use Stop
Package Description
de.stklcode.pubtrans.ura
jURAclient base package - see UraClient for 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
    java.util.List<Stop> UraClient.getStops()
    Get list of stops without filters.
    java.util.List<Stop> UraClient.getStops​(UraClient.Query query)
    List available stopIDs.
    java.util.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
    Stop Message.getStop()
    The stop, the message is targeted.
    Stop Trip.getStop()
    The starting stop.
    Constructors in de.stklcode.pubtrans.ura.model with parameters of type Stop
    Constructor Description
    Message​(Stop stop, java.lang.String msgUUID, java.lang.Integer msgType, java.lang.Integer msgPriority, java.lang.String msgText)
    Construct Message object from Stop model and set of additional data.
    Trip​(Stop stop, java.lang.Integer visitID, java.lang.String lineID, java.lang.String lineName, java.lang.Integer directionID, java.lang.String destinationName, java.lang.String destinationText, java.lang.String vehicleID, java.lang.String tripID, java.lang.Long estimatedTime)
    Construct Trip object from Stop model and set of additional data.