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 TableDefinition
TableGenerator.tableDef
Style and column definitions of the table.Constructors in org.variantsync.diffdetective.tablegen with parameters of type TableDefinitionModifierConstructorDescriptionTableGenerator
(TableDefinition tableDef) Constructs aTableGenerator
constructing a table according totableDef
. -
Uses of TableDefinition in org.variantsync.diffdetective.tablegen.styles
Subclasses of TableDefinition in org.variantsync.diffdetective.tablegen.stylesModifier and TypeClassDescriptionclass
A template of a LaTex table containing a row with much information for each dataset.class
A template of a LaTex table containing basic information for each dataset.class
A 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 usinginner
to sort and filter the rows.