public static class TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight extends Object implements Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
Constructor and Description |
---|
TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult,
int betterCount,
int equalCount,
int lowerCount) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other) |
boolean |
equals(Object o) |
int |
getBetterCount() |
int |
getEqualCount() |
int |
getLowerCount() |
SolverBenchmarkResult |
getSolverBenchmarkResult() |
int |
hashCode() |
public TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount, int lowerCount)
public SolverBenchmarkResult getSolverBenchmarkResult()
public int getBetterCount()
public int getEqualCount()
public int getLowerCount()
public int compareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight other)
compareTo
in interface Comparable<TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.