|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StationTable
Abstraction for (read-only) table of (Fixed) Stations. This is a map by Identifier.
TODO: add subsetting by geographical region. TODO: RMI TODO: move to less specialized package.
Station| Method Summary | |
|---|---|
Station |
get(String id)
Lookup Station by Identifier. |
Set |
keySet()
Returns the set of Identifiers |
int |
size()
Returns the number of stations in this table |
Collection |
values()
Returns a collection view of the Station values contained in this table. |
| Method Detail |
|---|
Station get(String id)
id - station identifier
Set keySet()
int size()
Collection values()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||