Class LatexReportGenerator
java.lang.Object
com.knezevic.edaf.v3.reporting.LatexReportGenerator
- All Implemented Interfaces:
ReportGenerator
Generates compact LaTeX report source for reproducible papers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()Report format id (html, latex, ...).generate(RunSummary run, List<IterationMetric> iterations, Path outputDir) Generates a report file for one run.
-
Constructor Details
-
LatexReportGenerator
public LatexReportGenerator()
-
-
Method Details
-
generate
Description copied from interface:ReportGeneratorGenerates a report file for one run.- Specified by:
generatein interfaceReportGenerator
-
format
Description copied from interface:ReportGeneratorReport format id (html, latex, ...).- Specified by:
formatin interfaceReportGenerator
-