mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Allow specifying time when querying for departures.
This commit is contained in:
parent
110f48ac81
commit
6e2aa29eca
76 changed files with 224 additions and 206 deletions
|
@ -68,6 +68,11 @@ public abstract class AbstractProviderLiveTest
|
|||
System.out.println(result);
|
||||
}
|
||||
|
||||
protected final QueryDeparturesResult queryDepartures(final String stationId, boolean equivs) throws IOException
|
||||
{
|
||||
return provider.queryDepartures(stationId, new Date(), 0, equivs);
|
||||
}
|
||||
|
||||
protected final QueryTripsResult queryTrips(final Location from, final Location via, final Location to, final Date date, final boolean dep,
|
||||
final Collection<Product> products, final WalkSpeed walkSpeed, final Accessibility accessibility) throws IOException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue