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 recordA row in a LaTex table containing the analysis data of a single dataset.classA LaTex row containing ellipsis representing missing lines in the table.classA 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) Sortsrowsalphabetically and appendsultimateResultto the result.VariabilityShare.sortAndFilter(List<ContentRow> rows, ContentRow ultimateResult) Delegates toinnergiven in theconstructor.