Drools Planner distribution 6.0.0.Alpha9

Uses of Class
org.drools.planner.benchmark.core.SingleBenchmark

Packages that use SingleBenchmark
org.drools.planner.benchmark.core   
org.drools.planner.benchmark.core.ranking   
org.drools.planner.benchmark.core.statistic   
 

Uses of SingleBenchmark in org.drools.planner.benchmark.core
 

Methods in org.drools.planner.benchmark.core that return SingleBenchmark
 SingleBenchmark SingleBenchmark.call()
           
 SingleBenchmark SolverBenchmark.findSingleBenchmark(ProblemBenchmark problemBenchmark)
           
 SingleBenchmark ProblemBenchmark.getWinningSingleBenchmark()
           
 SingleBenchmark ProblemBenchmark.getWorstSingleBenchmark()
           
 

Methods in org.drools.planner.benchmark.core that return types with arguments of type SingleBenchmark
 List<SingleBenchmark> SolverBenchmark.getSingleBenchmarkList()
           
 List<SingleBenchmark> ProblemBenchmark.getSingleBenchmarkList()
           
 

Methods in org.drools.planner.benchmark.core with parameters of type SingleBenchmark
 void ProblemBenchmark.writeOutputSolution(SingleBenchmark singleBenchmark, Solution outputSolution)
           
 

Method parameters in org.drools.planner.benchmark.core with type arguments of type SingleBenchmark
 void SolverBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList)
           
 void ProblemBenchmark.setSingleBenchmarkList(List<SingleBenchmark> singleBenchmarkList)
           
 

Uses of SingleBenchmark in org.drools.planner.benchmark.core.ranking
 

Methods in org.drools.planner.benchmark.core.ranking with parameters of type SingleBenchmark
 int SingleBenchmarkRankingComparator.compare(SingleBenchmark a, SingleBenchmark b)
           
 

Uses of SingleBenchmark in org.drools.planner.benchmark.core.statistic
 

Fields in org.drools.planner.benchmark.core.statistic with type parameters of type SingleBenchmark
protected  Map<SingleBenchmark,String> AbstractProblemStatistic.ProblemStatisticCsvLine.valueMap
           
 

Methods in org.drools.planner.benchmark.core.statistic that return types with arguments of type SingleBenchmark
 Map<SingleBenchmark,String> AbstractProblemStatistic.ProblemStatisticCsvLine.getValueMap()
           
 

Methods in org.drools.planner.benchmark.core.statistic with parameters of type SingleBenchmark
 void AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, double value)
           
 void AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, long value)
           
 void AbstractProblemStatistic.ProblemStatisticCsv.addPoint(SingleBenchmark singleBenchmark, long timeMillisSpend, String value)
           
 


Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.