OptaPlanner distribution 6.1.0.Final

Uses of Interface
org.optaplanner.benchmark.impl.ranking.SolverRankingWeightFactory

Packages that use SolverRankingWeightFactory
org.optaplanner.benchmark.config.report   
org.optaplanner.benchmark.impl.ranking   
org.optaplanner.benchmark.impl.report   
 

Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.config.report
 

Methods in org.optaplanner.benchmark.config.report that return types with arguments of type SolverRankingWeightFactory
 Class<? extends SolverRankingWeightFactory> BenchmarkReportConfig.getSolverRankingWeightFactoryClass()
           
 

Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverRankingWeightFactory
 void BenchmarkReportConfig.setSolverRankingWeightFactoryClass(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass)
           
 

Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.ranking
 

Classes in org.optaplanner.benchmark.impl.ranking that implement SolverRankingWeightFactory
 class TotalRankSolverRankingWeightFactory
          This SolverRankingWeightFactory orders a SolverBenchmarkResult by how how many time each of it's SingleBenchmarkResult beat the SingleBenchmarkResult of the other SolverBenchmarkResults.
 

Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.report
 

Methods in org.optaplanner.benchmark.impl.report that return SolverRankingWeightFactory
 SolverRankingWeightFactory BenchmarkReport.getSolverRankingWeightFactory()
           
 

Methods in org.optaplanner.benchmark.impl.report with parameters of type SolverRankingWeightFactory
 void BenchmarkReport.setSolverRankingWeightFactory(SolverRankingWeightFactory solverRankingWeightFactory)
           
 


OptaPlanner distribution 6.1.0.Final

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