Uses of Class
org.variantsync.diffdetective.tablegen.TableDefinition
Package
Description
-
Uses of TableDefinition in org.variantsync.diffdetective.tablegen
Modifier and TypeFieldDescriptionprivate final TableDefinition
TableGenerator.tableDef
Style and column definitions of the table.ModifierConstructorDescriptionTableGenerator
(TableDefinition tableDef) Constructs aTableGenerator
constructing a table according totableDef
. -
Uses of TableDefinition in org.variantsync.diffdetective.tablegen.styles
Modifier 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.ModifierConstructorDescriptionVariabilityShare
(Supplier<TableDefinition> inner) Constructs a table definition usinginner
to sort and filter the rows.