public class CATUtilityMaps
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CATUtilityMaps.CATSpeciesAmountMap
A Map with
1st key the species names values AmountMap instances |
static class |
CATUtilityMaps.CATUseClassSpeciesAmountMap
A Map with
1st key UseClass instances 2nd key the species names values AmountMap instances |
static class |
CATUtilityMaps.MonteCarloEstimateMap
A Map with
1st key Element instances values MonteCarloEstimate instances |
static class |
CATUtilityMaps.SpeciesMonteCarloEstimateMap
A Map with
1st key the species name 2nd key Element instances values MonteCarloEstimate instances |
static class |
CATUtilityMaps.UseClassSpeciesMonteCarloEstimateMap
A Map with
1st key UseClass instances 2nd key the species name 3rd key the Element instances values MonteCarloEstimate instances |
Constructor and Description |
---|
CATUtilityMaps() |
Modifier and Type | Method and Description |
---|---|
static CATUtilityMaps.CATSpeciesAmountMap |
convertToSpeciesMap(CarbonUnitList list,
java.util.List<java.lang.String> speciesList)
This method returns a Map with the species name as keys and the total amount map as values.
|
public static CATUtilityMaps.CATSpeciesAmountMap convertToSpeciesMap(CarbonUnitList list, java.util.List<java.lang.String> speciesList)