java.lang.Object
org.variantsync.diffdetective.tablegen.TableDefinition
org.variantsync.diffdetective.tablegen.styles.Table1

public class Table1 extends TableDefinition
A template of a LaTex table containing basic information for each dataset.

Each row represents one dataset and contains the following data:

  • a dataset description
  • commit counts
  • diff counts
  • edit class counts
  • processing time
  • Constructor Details

    • Table1

      public Table1()
  • Method Details

    • sortAndFilter

      public List<? extends Row> sortAndFilter(List<ContentRow> rows, ContentRow ultimateResult)
      Sorts rows alphabetically and appends ultimateResult to the result.
      Specified by:
      sortAndFilter in class TableDefinition
      Parameters:
      rows - the data to be sorted and filtered
      ultimateResult - a row containing accumulated results of rows