Uses of Record Class
org.variantsync.diffdetective.datasets.DatasetDescription
Packages that use DatasetDescription
Package
Description
-
Uses of DatasetDescription in org.variantsync.diffdetective.datasets
Methods in org.variantsync.diffdetective.datasets that return DatasetDescriptionMethods in org.variantsync.diffdetective.datasets that return types with arguments of type DatasetDescriptionModifier 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.Methods in org.variantsync.diffdetective.datasets with parameters of type DatasetDescriptionModifier and TypeMethodDescriptionDatasetFactory.create
(DatasetDescription dataset) Loads the repository of the given dataset description.Method parameters in org.variantsync.diffdetective.datasets with type arguments of type DatasetDescriptionModifier 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
Fields in org.variantsync.diffdetective.tablegen.rows declared as DatasetDescriptionModifier and TypeFieldDescriptionprivate final DatasetDescription
ContentRow.dataset
The field for thedataset
record component.Methods in org.variantsync.diffdetective.tablegen.rows that return DatasetDescriptionModifier and TypeMethodDescriptionContentRow.dataset()
Returns the value of thedataset
record component.Constructors in org.variantsync.diffdetective.tablegen.rows with parameters of type DatasetDescriptionModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.