|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to classes encapsulating a set of related data for a given period, resolution
| Method Summary | |
String |
dumpDuration(DateFormat df,
String delimiter,
String rowTerminator,
String timeHeader,
String noData)
Returns a string representation of the entire data set |
Interval |
getInterval()
Gets the interval covered by the data set |
int |
getNumberOfRows()
Gets the number of rows of data based on the data set's duration and resolution |
int |
getNumberOfSequences()
Gets the number of data sequences |
Duration |
getResolution()
Gets the resolution of the data set |
Sequence |
getSequence(Object key)
Returns a sequence from the data set. |
| Method Detail |
public Interval getInterval()
public Duration getResolution()
public int getNumberOfRows()
public int getNumberOfSequences()
public String dumpDuration(DateFormat df,
String delimiter,
String rowTerminator,
String timeHeader,
String noData)
df - a DateFormat to use for the dates and timesdelimiter - the delimiter to put between the data itemsrowTerminator - the string to use at the end of each rowtimeHeader - a string to head the date/time columnnoData - a string to show when there is no data
public Sequence getSequence(Object key)
key - an identifier for the required sequence.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||