Uses of Record Class
org.variantsync.diffdetective.tablegen.rows.ContentRow
Packages that use ContentRow
Package
Description
-
Uses of ContentRow in org.variantsync.diffdetective.tablegen
Fields in org.variantsync.diffdetective.tablegen with type parameters of type ContentRowModifier and TypeFieldDescriptionprivate final Function<ContentRow, Object> ColumnDefinition.getCellThe field for thegetCellrecord component.Methods in org.variantsync.diffdetective.tablegen that return types with arguments of type ContentRowModifier and TypeMethodDescriptionstatic List<ContentRow> TableGenerator.alphabeticallySorted(List<ContentRow> row) Returns a new alphabetically sorted list.ColumnDefinition.getCell()Returns the value of thegetCellrecord component.Methods in org.variantsync.diffdetective.tablegen with parameters of type ContentRowModifier and TypeMethodDescriptionTableGenerator.generateTable(List<ContentRow> datasets, ContentRow ultimateResult) Convertdatasetsto a LaTex table according to the template represented by this class.TableDefinition.sortAndFilter(List<ContentRow> rows, ContentRow ultimateResult) Returns a list of all rows that should appear in the table.Method parameters in org.variantsync.diffdetective.tablegen with type arguments of type ContentRowModifier and TypeMethodDescriptionstatic List<ContentRow> TableGenerator.alphabeticallySorted(List<ContentRow> row) Returns a new alphabetically sorted list.static ColumnDefinitionConstructs a new column definition.TableGenerator.generateTable(List<ContentRow> datasets, ContentRow ultimateResult) Convertdatasetsto a LaTex table according to the template represented by this class.TableDefinition.sortAndFilter(List<ContentRow> rows, ContentRow ultimateResult) Returns a list of all rows that should appear in the table.Constructor parameters in org.variantsync.diffdetective.tablegen with type arguments of type ContentRowModifierConstructorDescriptionColumnDefinition(String header, Alignment alignment, Function<ContentRow, Object> getCell) Creates an instance of aColumnDefinitionrecord class. -
Uses of ContentRow in org.variantsync.diffdetective.tablegen.styles
Methods in org.variantsync.diffdetective.tablegen.styles with parameters of type ContentRowModifier and TypeMethodDescriptionprivate static StringShortTable.absoluteCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the absolute number of occurrences ofeditClassinrow.private static intVariabilityShare.countEditsToVariability(ContentRow row) Compute the total sum of all occurrences of edit classes present in this table.private StringVariabilityShare.getRelativeShareOf(EditClass editClass, ContentRow row) Compute the number of occurrences ofeditClassrelative to the edit classes actually present in this table.private static Stream<Map.Entry<EditClass, EditClassCount.Occurrences>> VariabilityShare.getVariationalEditClasses(ContentRow row) Returns the number of occurrences of edit classes present in the table.private static StringShortTable.relativeCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the relative number of occurrences ofeditClassinrow.ShortTable.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.Method parameters in org.variantsync.diffdetective.tablegen.styles with type arguments of type ContentRowModifier and TypeMethodDescriptionprivate static List<ColumnDefinition> ShortTable.columns(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.ShortTable.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.