Uses of Interface
org.variantsync.diffdetective.tablegen.Row
Package
Description
-
Uses of Row in org.variantsync.diffdetective.tablegen
Modifier and TypeMethodDescriptionTableDefinition.sortAndFilter
(List<ContentRow> rows, ContentRow ultimateResult) Returns a list of all rows that should appear in the table. -
Uses of Row in org.variantsync.diffdetective.tablegen.rows
Modifier and TypeClassDescriptionfinal record
A row in a LaTex table containing the analysis data of a single dataset.class
A LaTex row containing ellipsis representing missing lines in the table.class
A horizontal line separating two rows in a LaTex table. -
Uses of Row in org.variantsync.diffdetective.tablegen.styles
Modifier and TypeMethodDescriptionShortTable.sortAndFilter
(List<ContentRow> rows, ContentRow ultimateResult) Conditionally sorts and limits the rows by the number of commits in their dataset.Table1.sortAndFilter
(List<ContentRow> rows, ContentRow ultimateResult) Sortsrows
alphabetically and appendsultimateResult
to the result.VariabilityShare.sortAndFilter
(List<ContentRow> rows, ContentRow ultimateResult) Delegates toinner
given in theconstructor
.