mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
new interface method to determine typical products of a network
This commit is contained in:
parent
29f719db5a
commit
4a65796401
16 changed files with 124 additions and 0 deletions
|
@ -108,6 +108,13 @@ public interface NetworkProvider
|
|||
*/
|
||||
List<Location> autocompleteStations(CharSequence constraint) throws IOException;
|
||||
|
||||
/**
|
||||
* Typical products for a network
|
||||
*
|
||||
* @return products
|
||||
*/
|
||||
Collection<Product> defaultProducts();
|
||||
|
||||
/**
|
||||
* Query connections, asking for any ambiguousnesses
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue