OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.aggregator
Class BenchmarkAggregator

java.lang.Object
  extended by org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator

public class BenchmarkAggregator
extends Object


Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
BenchmarkAggregator()
           
 
Method Summary
 File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap)
           
 File getBenchmarkDirectory()
           
 BenchmarkReportConfig getBenchmarkReportConfig()
           
 void setBenchmarkDirectory(File benchmarkDirectory)
           
 void setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)
           
 
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

BenchmarkAggregator

public BenchmarkAggregator()
Method Detail

getBenchmarkDirectory

public File getBenchmarkDirectory()

setBenchmarkDirectory

public void setBenchmarkDirectory(File benchmarkDirectory)

getBenchmarkReportConfig

public BenchmarkReportConfig getBenchmarkReportConfig()

setBenchmarkReportConfig

public void setBenchmarkReportConfig(BenchmarkReportConfig benchmarkReportConfig)

aggregate

public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)

aggregate

public File aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
                      Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap)

OptaPlanner distribution 6.2.1-SNAPSHOT

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