Uses of Class
org.variantsync.boosting.eval.experiments.Config
Packages that use Config
-
Uses of Config in org.variantsync.boosting.eval
Methods in org.variantsync.boosting.eval with parameters of type ConfigModifier and TypeMethodDescriptionMain.prepareRepos(Config config) Prepares the subject repositories by cloning them into the specified directory. -
Uses of Config in org.variantsync.boosting.eval.experiments
Fields in org.variantsync.boosting.eval.experiments declared as ConfigMethods in org.variantsync.boosting.eval.experiments that return ConfigModifier and TypeMethodDescriptionstatic ConfigExperimentRunner.loadSubjectSpecificConfig(String splName, Path pathToConfig) Loads a subject-specific configuration based on the given SPL name and path to the configuration file.Constructors in org.variantsync.boosting.eval.experiments with parameters of type ConfigModifierConstructorDescriptionprotectedExperimentRunner(Config config) Constructor for ExperimentRunner class.Constructor for the RQRunner class.