Class ResultTableModel

    • Constructor Detail

      • ResultTableModel

        public ResultTableModel​(ResultFormat fmt,
                                int rowCount)
      • ResultTableModel

        public ResultTableModel​(ResultFormat fmt)
    • Method Detail

      • resetSession

        public void resetSession()
      • removeListeners

        public void removeListeners()
      • clear

        public void clear()
      • changeFormat

        public void changeFormat​(ResultFormat fmt)
      • merge

        public void merge​(double temperatureDelta)
        Transforms the result model by merging individual results which: (a) correspond to test temperatures within a specified temperatureDelta (b) form a single sequence of measurements
        Parameters:
        temperatureDelta - the maximum difference between the test temperature of two results being merged
      • group

        public List<AbstractResult> group​(List<AbstractResult> listOfResults,
                                          AbstractResult r,
                                          double propertyInterval)
        Takes a list of results, which should be mandatory sorted in the order of ascending id values, and searches for those results that can be merged with r, satisfying these criteria: (a) these results correspond to test temperatures within a specified temperatureDelta (b) they form a single sequence of measurements
        Parameters:
        listOfResults - an orderer list of results, as explained above
        r - the result of interest
        propertyInterval - an interval for the temperature merging
        Returns:
        a group of results
      • removeAll

        public void removeAll​(Identifier id)