new interface method to determine typical products of a network

This commit is contained in:
Andreas Schildbach 2013-03-15 10:52:00 +01:00
parent 29f719db5a
commit 4a65796401
16 changed files with 124 additions and 0 deletions

View file

@ -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
*