Class DistributionComparisonReport
java.lang.Object
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport
de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.DistributionComparisonReport
View for comparing distributions.
-
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
-
DistributionComparisonReport
public DistributionComparisonReport()
-
-
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.
-