java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.TimeSeriesReport

public class TimeSeriesReport extends RReport
View for a set of time series. Displays a Histogram, CDF, PDF, number of measurements, mean, and the standard deviation for the series.
  • Constructor Details

    • TimeSeriesReport

      public TimeSeriesReport()
  • Method Details

    • prepareReportItems

      public ArrayList<IReportItem> prepareReportItems(Collection<SensorAndMeasurements> c, RConnection t)
      Template method for subclasses to implement. Subclasses can create IReportItems from the given SensorAndMeasurements. They can use the storeMeasurementsInRVector(SensorAndMeasurements, int) to transfer data to R.
      Specified by:
      prepareReportItems in class RReport
      Parameters:
      c - List of the measurements for a sensor.
      t - connection to the R engine.
      Returns:
      List of Items.