public class MeterDataPointList extends DataPointList<MeterDataPoint>
MeterDataPoint objects.| Constructor and Description |
|---|
MeterDataPointList()
Creates a new, empty list of
MeterDataPoint objects. |
| Modifier and Type | Method and Description |
|---|---|
MeterDataPoint |
summarize()
|
add, checkForEmptyList, clear, contains, getList, isEmpty, remove, size, toDebugString, toStringpublic MeterDataPointList()
MeterDataPoint objects.public MeterDataPoint summarize() throws UnsupportedOperationException
DataPointListDataPoint elements contained within this list into
a single DataPoint instance that encompasses the entire time
frame spanned by the list contents.summarize in class DataPointList<MeterDataPoint>DataPoint encompassing contents of listUnsupportedOperationException - if the list is emptyCopyright © 2014. All Rights Reserved.