Class TimeSeriesReport
java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.TimeSeriesReport
View for a set of time series. Displays a Histogram, CDF, PDF, number of measurements, mean, and
the standard deviation for the series.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport
RReport.TimeseriesData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTemplate method for subclasses to implement.
-
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 givenSensorAndMeasurements. They can use thestoreMeasurementsInRVector(SensorAndMeasurements, int)to transfer data to R.- Specified by:
prepareReportItemsin classRReport- Parameters:
c- List of the measurements for a sensor.t- connection to the R engine.- Returns:
- List of Items.
-