57585960616263
public Engine(EngineContext ctx) { this.ctx = ctx; this.rptCtx = new ReportingContext(this); this.reports.addAll(Arrays.asList(new WorkerQualityReport(), new ObjectResultReport())); }