All Known Implementing Classes:
AbstractGeneratedTextRReportItem, AbstractPlotReportItem, AbstractRReportItem, CdfReportItem, HistogramReportItem, PdfReportItem, RCommandRReportItem, StaticTextReportItem, SummaryReportItem, TimeSeriesReportItem

public interface IReportItem
Interface for all displayable report items.
  • Method Details

    • generateData

      void generateData(RConnection rConnection)
      Initializes the generation of data for the report item.
      Parameters:
      rConnection - connection to the R engine used for the generation
    • visit

      void visit(IReportRenderingVisitor renderingVisitor)
      Used to render the report item.
      Parameters:
      renderingVisitor - Visitor used for rendering the content of each item.
    • getDescription

      String getDescription()
      Returns:
      description of the content of the report item.