Class SolverOverviewTable.RowBuilder

  • Enclosing class:
    SolverOverviewTable

    public static class SolverOverviewTable.RowBuilder
    extends Object
    This class builds the table row-by-row.
    • Constructor Detail

      • RowBuilder

        public RowBuilder()
        The constructor builds the header of the table.
    • Method Detail

      • addSolver

        public void addSolver​(SolverOverviewTable.SolverInfo solverInfo)
        Takes a SolverInfo object and splits it into multiple lines which are added to the row.
        Parameters:
        solverInfo - the solver with information you want added.