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
ConstructorDescriptionTotalRankSolverRankingWeight
(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount) -
Method Summary
-
Constructor Details
-
TotalRankSolverRankingWeight
public TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount)
-
-
Method Details
-
getSolverBenchmarkResult
-
getBetterCount
public int getBetterCount() -
getEqualCount
public int getEqualCount() -
getLowerCount
public int getLowerCount() -
compareTo
- Specified by:
compareTo
in interfaceComparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
-
equals
-
hashCode
public int hashCode()
-