Inheritance diagram for Lexicon:
Collaboration diagram for Lexicon:Public Methods | |
| Lexicon (String countryCode) | |
| void | insertLocation (Set< String > names, GeographicLocation location) |
| KeywordTree< GeographicLocation > | getCategoryTree () |
| String | getCountryCode () |
| void | mergeLexicon (Lexicon lexicon) |
Package Attributes | |
| int | variants = 0 |
| Lexicon | ( | String | countryCode | ) |
| KeywordTree<GeographicLocation> getCategoryTree | ( | ) |
| String getCountryCode | ( | ) |
| void insertLocation | ( | Set< String > | names, |
| GeographicLocation | location | ||
| ) |
| void mergeLexicon | ( | Lexicon | lexicon | ) |
int variants = 0 [package] |