Class ResultTable

    • Constructor Detail

    • Method Detail

      • resetSession

        public void resetSession()
      • clear

        public void clear()
      • data

        public double[][][] data()
      • describe

        public String describe()
        Description copied from interface: Descriptive
        Creates a String 'describing' this object, usually for exporting purposes.
        Specified by:
        describe in interface Descriptive
        Returns:
        by default, this will return the name of the implementing class and the date of the calculation.
      • isSelectionEmpty

        public boolean isSelectionEmpty()
      • hasEnoughElements

        public boolean hasEnoughElements​(int elements)
      • deleteSelected

        public void deleteSelected()
      • select

        public void select​(Result r)
      • undo

        public void undo()