Package org.sosy_lab.java_smt.example
Class SolverOverviewTable.RowBuilder
java.lang.Object
org.sosy_lab.java_smt.example.SolverOverviewTable.RowBuilder
- Enclosing class:
- SolverOverviewTable
This class builds the table row-by-row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSolver(SolverOverviewTable.SolverInfo solverInfo) Takes a SolverInfo object and splits it into multiple lines which are added to the row.toString()
-
Constructor Details
-
RowBuilder
public RowBuilder()The constructor builds the header of the table.
-
-
Method Details