Interface IVisualisation<T>

Type Parameters:
T - The class of the data which can be displayed in this viewer
All Known Implementing Classes:
AbstractHtmlReportView, AbstractHtmlRReportView, AbstractJFreeChartUtilizationWidthReport, AbstractJFreeChartWidthReport, ConfidenceIntervalsHtmlReportView, DemandTimeHtmlReportView, DistributionComparisonHtmlReportView, JFreeChartCDFReport, JFreeChartHistogramReport, JFreeChartPieReport, JFreeChartTimeSeriesReport, JFreeChartUtilizationReport, TimeSeriesHtmlReportView

public interface IVisualisation<T>
Deprecated.
Superseded by EDP2.
Interface for a sensorframework visualisation / editor.
  • Method Details

    • setInput

      void setInput(Collection<T> c)
      Deprecated.
      Display the given set of data
      Parameters:
      c - The data to display. It is of type T which is understood by the viewer
    • addInput

      void addInput(Collection<T> c)
      Deprecated.
    • deleteInput

      void deleteInput(Collection<T> c)
      Deprecated.