public class GeneralInfoDataSet extends Object
Constructor and Description |
---|
GeneralInfoDataSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(GeneralInfoRecord generalInfoRecord)
Add a record to the data set
|
Map<String,GeneralInfoData> |
getMap()
Get all records
|
Map<String,Map<Date,Statistics>> |
getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
public void add(GeneralInfoRecord generalInfoRecord)
generalInfoRecord
- recordpublic Map<String,GeneralInfoData> getMap()
public Map<String,Map<Date,Statistics>> getStatistics()
This documentation was released into the public domain.