public class SpeciesMap extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
speciesMap
Cache of species definition.
|
protected DataStorage |
storage
Species' storage.
|
Constructor and Description |
---|
SpeciesMap(File speciesFile) |
Modifier and Type | Method and Description |
---|---|
String |
getReportDisplayName(String species)
Retourne le nom d'affichage d'une especes pour les rapports.
|
Map<String,String> |
getSpeciesMap() |
String |
getSpeciesName(String species) |
Map<String,String> |
getSpeciesSubMap(Collection<String> speciesList) |
DataStorage |
getStorage() |
Iterator<String[]> |
iterator(boolean skipFirstLine) |
protected final DataStorage storage
public SpeciesMap(File speciesFile)
public DataStorage getStorage()
public Map<String,String> getSpeciesSubMap(Collection<String> speciesList)
Copyright © 2010–2015 Ifremer. All rights reserved.