OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.result
Class BenchmarkResultIO

java.lang.Object
  extended by org.optaplanner.benchmark.impl.result.BenchmarkResultIO

public class BenchmarkResultIO
extends Object


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
BenchmarkResultIO()
           
 
Method Summary
protected  PlannerBenchmarkResult readPlannerBenchmarkResult(File plannerBenchmarkResultFile)
           
 List<PlannerBenchmarkResult> readPlannerBenchmarkResultList(File benchmarkDirectory)
           
 void writePlannerBenchmarkResult(File benchmarkReportDirectory, PlannerBenchmarkResult plannerBenchmarkResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final transient org.slf4j.Logger logger
Constructor Detail

BenchmarkResultIO

public BenchmarkResultIO()
Method Detail

writePlannerBenchmarkResult

public void writePlannerBenchmarkResult(File benchmarkReportDirectory,
                                        PlannerBenchmarkResult plannerBenchmarkResult)

readPlannerBenchmarkResultList

public List<PlannerBenchmarkResult> readPlannerBenchmarkResultList(File benchmarkDirectory)

readPlannerBenchmarkResult

protected PlannerBenchmarkResult readPlannerBenchmarkResult(File plannerBenchmarkResultFile)

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.