Package | Description |
---|---|
org.optaplanner.benchmark.config | |
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 | Field and Description |
---|---|
protected ProblemStatisticType |
AbstractProblemStatistic.problemStatisticType |
Modifier and Type | Method and Description |
---|---|
ProblemStatisticType |
AbstractProblemStatistic.getProblemStatisticType() |
ProblemStatisticType |
ProblemStatistic.getProblemStatisticType() |
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.
|
Constructor and Description |
---|
AbstractProblemStatistic(ProblemBenchmark problemBenchmark,
ProblemStatisticType problemStatisticType) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.