All Implemented Interfaces:
IVisualisation<SensorAndMeasurements>, Observer, IAdaptable, IExecutableExtension, IEditorPart, ISaveablePart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation, ITabbedPropertySheetPageContributor
Direct Known Subclasses:
DemandTimeHtmlReportView, DistributionComparisonHtmlReportView, TimeSeriesHtmlReportView

public abstract class AbstractHtmlRReportView extends AbstractHtmlReportView implements IVisualisation<SensorAndMeasurements>
Abstract class with basic capabilities to show reports containing data of the SensorFramework in R.
  • Constructor Details

    • AbstractHtmlRReportView

      public AbstractHtmlRReportView()
      Delegates the creation to the ancestor and does nothing else.
  • Method Details

    • getReport

      public abstract RReport getReport()
      Used to ask for the report that should be displayed.
      Returns:
      The report that should be displayed by this view.
    • setInput

      public void setInput(Collection<SensorAndMeasurements> c)
      Display the given set of data
      Specified by:
      setInput in interface IVisualisation<SensorAndMeasurements>
      Parameters:
      c - The data to display. It is of type T which is understood by the viewer