Uses of Record Class
org.variantsync.diffdetective.datasets.DatasetDescription
Package
Description
-
Uses of DatasetDescription in org.variantsync.diffdetective.datasets
Modifier and TypeMethodDescriptionstatic List<DatasetDescription>
DatasetDescription.fromMarkdown
(Path markdownFile) Loads all dataset descriptions in the given markdown file.static List<DatasetDescription>
DefaultDatasets.loadDatasets
(Path datasetsFile) Parses the given datasets markdown file and returns a list with a description for each dataset described in the fiven file.static List<DatasetDescription>
DefaultDatasets.loadDefaultDatasets()
Loads the default datasets file and returns a list with a description for each dataset.Modifier and TypeMethodDescriptionDatasetFactory.create
(DatasetDescription dataset) Loads the repository of the given dataset description.Modifier and TypeMethodDescriptionstatic String
DatasetDescription.asLaTeXTable
(List<DatasetDescription> datasets) Turns the given descriptions into a LaTeX table to include in papers.DatasetFactory.createAll
(Collection<DatasetDescription> datasets, boolean preload, boolean pull) RunsDatasetFactory.create(org.variantsync.diffdetective.datasets.DatasetDescription)
for all given dataset description. -
Uses of DatasetDescription in org.variantsync.diffdetective.tablegen.rows
Modifier and TypeFieldDescriptionprivate final DatasetDescription
ContentRow.dataset
The field for thedataset
record component.Modifier and TypeMethodDescriptionContentRow.dataset()
Returns the value of thedataset
record component.ModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.