Uses of Class
org.variantsync.diffdetective.tablegen.TableDefinition
Packages that use TableDefinition
Package
Description
-
Uses of TableDefinition in org.variantsync.diffdetective.tablegen
Fields in org.variantsync.diffdetective.tablegen declared as TableDefinitionModifier and TypeFieldDescriptionprivate final TableDefinitionTableGenerator.tableDefStyle and column definitions of the table.Constructors in org.variantsync.diffdetective.tablegen with parameters of type TableDefinitionModifierConstructorDescriptionTableGenerator(TableDefinition tableDef) Constructs aTableGeneratorconstructing a table according totableDef. -
Uses of TableDefinition in org.variantsync.diffdetective.tablegen.styles
Subclasses of TableDefinition in org.variantsync.diffdetective.tablegen.stylesModifier and TypeClassDescriptionclassA template of a LaTex table containing a row with much information for each dataset.classA template of a LaTex table containing basic information for each dataset.classA template of a LaTex table containing the share of variability changing edits for each dataset.Fields in org.variantsync.diffdetective.tablegen.styles with type parameters of type TableDefinitionConstructor parameters in org.variantsync.diffdetective.tablegen.styles with type arguments of type TableDefinitionModifierConstructorDescriptionVariabilityShare(Supplier<TableDefinition> inner) Constructs a table definition usinginnerto sort and filter the rows.