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<SingleStatisticType> |
ProblemBenchmarksConfig.getSingleStatisticTypeList() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemBenchmarksConfig.setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList) |
Modifier and Type | Method and Description |
---|---|
static SingleStatisticType |
SingleStatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleStatisticType[] |
SingleStatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<SingleStatisticType> |
ProblemBenchmarkResult.extractSingleStatisticTypeList() |
Modifier and Type | Method and Description |
---|---|
List<PureSubSingleStatistic> |
ProblemBenchmarkResult.extractPureSubSingleStatisticList(SingleStatisticType singleStatisticType) |
Modifier and Type | Field and Description |
---|---|
protected SingleStatisticType |
PureSubSingleStatistic.singleStatisticType |
Modifier and Type | Method and Description |
---|---|
SingleStatisticType |
PureSubSingleStatistic.getStatisticType() |
Constructor and Description |
---|
PureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult,
SingleStatisticType singleStatisticType) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.