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 SummaryConstructors Constructor Description TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other)booleanequals(Object o)intgetBetterCount()intgetEqualCount()intgetLowerCount()SolverBenchmarkResultgetSolverBenchmarkResult()inthashCode()
 
- 
- 
- 
Constructor Detail- 
TotalRankSolverRankingWeightpublic TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) 
 
- 
 - 
Method Detail- 
getSolverBenchmarkResultpublic SolverBenchmarkResult getSolverBenchmarkResult() 
 - 
getBetterCountpublic int getBetterCount() 
 - 
getEqualCountpublic int getEqualCount() 
 - 
getLowerCountpublic int getLowerCount() 
 - 
compareTopublic int compareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other) - Specified by:
- compareToin interface- Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
 
 
- 
 
-