Package tethys.species
Class DataBlockSpeciesMap
java.lang.Object
tethys.species.DataBlockSpeciesMap
- All Implemented Interfaces:
 Serializable
Species map for a specified data block 
This is the bit that can be serialised, and is primarily (only) a hash table of SpeciesMapItems which relate String species codes for a detector to more details itis and scientific name information.
- Author:
 - dg50
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclearMap()protected HashMap<String, SpeciesMapItem> voidputItem(String key, SpeciesMapItem speciesMapItem) voidremoveItem(String key) protected voidsetSpeciesTable(HashMap<String, SpeciesMapItem> speciesTable)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
DataBlockSpeciesMap
public DataBlockSpeciesMap() 
 - 
 - 
Method Details
- 
getSpeciesTable
 - 
setSpeciesTable
 - 
putItem
 - 
getItem
 - 
removeItem
 - 
clearMap
public void clearMap() 
 -