OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.benchmark.config.ranking.SolverRankingType

Packages that use SolverRankingType
org.optaplanner.benchmark.config.ranking   
org.optaplanner.benchmark.config.report   
 

Uses of SolverRankingType in org.optaplanner.benchmark.config.ranking
 

Methods in org.optaplanner.benchmark.config.ranking that return SolverRankingType
static SolverRankingType SolverRankingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SolverRankingType[] SolverRankingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.optaplanner.benchmark.config.report that return SolverRankingType
 SolverRankingType BenchmarkReportConfig.getSolverRankingType()
           
 

Methods in org.optaplanner.benchmark.config.report with parameters of type SolverRankingType
 void BenchmarkReportConfig.setSolverRankingType(SolverRankingType solverRankingType)
           
 


OptaPlanner distribution 6.1.0.Final

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