Uses of Record Class
com.knezevic.edaf.v3.persistence.query.IterationMetric
Packages that use IterationMetric
Package
Description
Read-side query models and repository contracts.
Offline report generation services.
REST and MVC controllers for run/experiment analytics.
Web service-layer components.
-
Uses of IterationMetric in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return types with arguments of type IterationMetricModifier and TypeMethodDescriptionJdbcRunRepository.listIterations(String runId) RunRepository.listIterations(String runId) Lists iteration metrics for one run. -
Uses of IterationMetric in com.knezevic.edaf.v3.reporting
Method parameters in com.knezevic.edaf.v3.reporting with type arguments of type IterationMetricModifier and TypeMethodDescriptionHtmlReportGenerator.generate(RunSummary run, List<IterationMetric> iterations, Path outputDir) LatexReportGenerator.generate(RunSummary run, List<IterationMetric> iterations, Path outputDir) ReportGenerator.generate(RunSummary run, List<IterationMetric> iterations, Path outputDir) Generates a report file for one run. -
Uses of IterationMetric in com.knezevic.edaf.v3.web.controller
Methods in com.knezevic.edaf.v3.web.controller that return types with arguments of type IterationMetric -
Uses of IterationMetric in com.knezevic.edaf.v3.web.service
Methods in com.knezevic.edaf.v3.web.service that return types with arguments of type IterationMetric