Class TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
java.lang.Object
org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
- All Implemented Interfaces:
- Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
- Enclosing class:
- TotalRankSolverRankingWeightFactory
public static class TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
extends Object
implements Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
- 
Constructor SummaryConstructorsConstructorDescriptionTotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) 
- 
Method Summary
- 
Constructor Details- 
TotalRankSolverRankingWeightpublic TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) 
 
- 
- 
Method Details- 
getSolverBenchmarkResult
- 
getBetterCountpublic int getBetterCount()
- 
getEqualCountpublic int getEqualCount()
- 
getLowerCountpublic int getLowerCount()
- 
compareTo- Specified by:
- compareToin interface- Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
 
- 
equals
- 
hashCodepublic int hashCode()
 
-