Package | Description |
---|---|
eu.slipo.athenarc.triplegeo.utils |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,Category> |
Classification.categories
Dictionary for all categories and their parents; their name is used as the key in searching.
|
Modifier and Type | Method and Description |
---|---|
Category |
Classification.searchById(java.lang.String categoryId)
For a given category identifier, finds the respective entry in the classification scheme
|
Category |
Classification.searchByName(java.lang.String categoryName)
For a given category name, finds the respective entry in the classification scheme
|