Uses of Interface
org.variantsync.diffdetective.tablegen.Row
Packages that use Row
Package
Description
-
Uses of Row in org.variantsync.diffdetective.tablegen
Methods in org.variantsync.diffdetective.tablegen that return types with arguments of type RowModifier 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
Classes in org.variantsync.diffdetective.tablegen.rows that implement RowModifier 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
Methods in org.variantsync.diffdetective.tablegen.styles that return types with arguments of type RowModifier 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
.