| Package | Description |
|---|---|
| org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
| org.optaplanner.benchmark.config.statistic | |
| org.optaplanner.benchmark.impl.result | |
| org.optaplanner.benchmark.impl.statistic |
| Modifier and Type | Method and Description |
|---|---|
List<ProblemStatisticType> |
ProblemBenchmarksConfig.getProblemStatisticTypeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemBenchmarksConfig.setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList) |
| Modifier and Type | Method and Description |
|---|---|
static ProblemStatisticType |
ProblemStatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemStatisticType[] |
ProblemStatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubSingleStatistic |
SingleBenchmarkResult.getSubSingleStatistic(ProblemStatisticType problemStatisticType) |
boolean |
ProblemBenchmarkResult.hasProblemStatisticType(ProblemStatisticType problemStatisticType) |
| Modifier and Type | Field and Description |
|---|---|
protected ProblemStatisticType |
ProblemStatistic.problemStatisticType |
protected ProblemStatisticType |
ProblemBasedSubSingleStatistic.problemStatisticType |
| Modifier and Type | Method and Description |
|---|---|
ProblemStatisticType |
ProblemStatistic.getProblemStatisticType() |
ProblemStatisticType |
ProblemBasedSubSingleStatistic.getStatisticType() |
| Constructor and Description |
|---|
ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult,
ProblemStatisticType problemStatisticType) |
ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult,
ProblemStatisticType problemStatisticType) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.