Class Table1
java.lang.Object
org.variantsync.diffdetective.tablegen.TableDefinition
org.variantsync.diffdetective.tablegen.styles.Table1
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
-
Field Summary
Fields inherited from class org.variantsync.diffdetective.tablegen.TableDefinition
columnDefinitions, doubleFormat, intFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsortAndFilter
(List<ContentRow> rows, ContentRow ultimateResult) Sortsrows
alphabetically and appendsultimateResult
to the result.Methods inherited from class org.variantsync.diffdetective.tablegen.TableDefinition
col, columnDefinitions, makeReadable, makeReadable, makeReadable, makeReadable, makeReadable
-
Constructor Details
-
Table1
public Table1()
-
-
Method Details
-
sortAndFilter
Sortsrows
alphabetically and appendsultimateResult
to the result.- Specified by:
sortAndFilter
in classTableDefinition
- Parameters:
rows
- the data to be sorted and filteredultimateResult
- a row containing accumulated results ofrows
-