Class MultiTimeseriesDataSet

    • Method Detail

      • getColumnHeaders

        public java.util.List<java.lang.String> getColumnHeaders()
        Specified by:
        getColumnHeaders in interface MultiColumnTimeseriesDataSet
        Returns:
        - the columnHeaders, typically the names of the Variable having data in this TimeseriesDataSet
      • size

        public int size()
        Specified by:
        size in interface MultiColumnTimeseriesDataSet
        Returns:
        - the no of rows (timestamps) in this MultiColumnTimeseriesDataSet
      • getRowOfData

        public java.util.List<java.lang.String> getRowOfData​(java.sql.Timestamp stamp)
        Specified by:
        getRowOfData in interface MultiColumnTimeseriesDataSet
        Parameters:
        stamp - - the timstamp for which a row of data should be retrieved
        Returns:
        - a row of data corresponding to the given timestamp
      • getTimestamps

        public java.util.Set<java.sql.Timestamp> getTimestamps()
        Specified by:
        getTimestamps in interface MultiColumnTimeseriesDataSet
        Returns:
        - the timestamps for which this MultiColumnTimeseriesDataSet is holding data