Uses of Record Class
dev.dokimos.core.ExperimentResult
Packages that use ExperimentResult
-
Uses of ExperimentResult in dev.dokimos.core
Methods in dev.dokimos.core that return ExperimentResultModifier and TypeMethodDescriptionExperiment.run()Runs the experiment and returns the aggregated results. -
Uses of ExperimentResult in dev.dokimos.core.export
Methods in dev.dokimos.core.export with parameters of type ExperimentResultModifier and TypeMethodDescriptionstatic voidExperimentResultExporter.exportCsv(ExperimentResult result, Path path) Exports the experiment result to a CSV file.static voidExperimentResultExporter.exportHtml(ExperimentResult result, Path path) Exports the experiment result to an HTML file.static voidExperimentResultExporter.exportJson(ExperimentResult result, Path path) Exports the experiment result to a JSON file.static voidExperimentResultExporter.exportMarkdown(ExperimentResult result, Path path) Exports the experiment result to a Markdown file.static StringExperimentResultExporter.toCsv(ExperimentResult result) Exports the experiment result to a CSV string.static StringExperimentResultExporter.toHtml(ExperimentResult result) Exports the experiment result to an HTML string.static StringExperimentResultExporter.toJson(ExperimentResult result) Exports the experiment result to a JSON string.static StringExperimentResultExporter.toMarkdown(ExperimentResult result) Exports the experiment result to a Markdown string.