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 Summary
Constructors Constructor Description TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other)booleanequals(Object o)intgetBetterCount()intgetEqualCount()intgetLowerCount()SolverBenchmarkResultgetSolverBenchmarkResult()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
TotalRankSolverRankingWeight
public TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount)
 
 - 
 
- 
Method Detail
- 
getSolverBenchmarkResult
public SolverBenchmarkResult getSolverBenchmarkResult()
 
- 
getBetterCount
public int getBetterCount()
 
- 
getEqualCount
public int getEqualCount()
 
- 
getLowerCount
public int getLowerCount()
 
- 
compareTo
public int compareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other)
- Specified by:
 compareToin interfaceComparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
 
 - 
 
 -