|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.agmodel.physical.SummaryHistoryElement
Records that data has been summarised to a certain temporal resolution (eg daily) and by which summary operation (eg total).
SummaryHistory,
Serialized Form| Constructor Summary | |
SummaryHistoryElement(Duration resolution,
SummaryKind resultOf)
Create a new summary element. |
|
| Method Summary | |
Object |
clone()
|
Duration |
getResolution()
Get the temporal resolution (eg hourly or daily) of this element |
SummaryKind |
getSummaryKind()
Get the way that the underlying data was aggregated to create the new data set |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SummaryHistoryElement(Duration resolution,
SummaryKind resultOf)
resolution - the resulting data resolution| Method Detail |
public Duration getResolution()
public SummaryKind getSummaryKind()
public Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||