Class FitnessTableModel

    • Constructor Detail

      • FitnessTableModel

        public FitnessTableModel()
        Default constructor with default column names.
    • Method Detail

      • setData

        public void setData​(List<List<Double>> data)
        Setter for the tables fitness values. Fires TableModelEvent for change.
        Parameters:
        data - fitness value to display
      • setColumnIdentifier

        public void setColumnIdentifier​(int n,
                                        Object identifier)
        Set the column name at the nth column.
        Parameters:
        n - column index
        identifier - new column name
      • addRow

        public void addRow​(List<Double> row)
        Add a row to the table.
        Parameters:
        row - row to add
      • clear

        public void clear()
        Clear the table.