| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stop> |
UraClient.getStops()
Get list of stops without filters.
|
List<Stop> |
UraClient.Query.getStops()
Get stops for set filters.
|
List<Stop> |
UraClient.getStops(UraClient.Query query)
List available stopIDs.
|
| Modifier and Type | Method and Description |
|---|---|
Stop |
Trip.getStop() |
| Constructor and Description |
|---|
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.
|
Copyright © 2016–2018. All rights reserved.