Interface DataSetLdr

  • All Known Implementing Classes:
    GraphWidgetLoader

    public interface DataSetLdr
    An Interface which defines a frame in which data can be retrieved, organised and created to then be passed to a JFreeChart for representation
    Author:
    Xavier Watkins
    • Method Detail

      • getResults

        Results getResults()
        Get the Results object
        Returns:
        the results Object
      • getWidgetTotal

        int getWidgetTotal()
        This method is used to calculate the 'not analysed' total displayed on each widget
        Returns:
        the total number of objects analysed in this widget
      • getResultTable

        java.util.List<java.util.List<java.lang.Object>> getResultTable()
        Return the result table that represents the data from this widget.
        Returns:
        The widget's data.