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<PureSingleStatistic> |
ProblemBenchmarkResult.extractPureSingleStatisticList(SingleStatisticType singleStatisticType) |
Modifier and Type | Field and Description |
---|---|
protected SingleStatisticType |
PureSingleStatistic.singleStatisticType |
Modifier and Type | Method and Description |
---|---|
SingleStatisticType |
PureSingleStatistic.getStatisticType() |
Constructor and Description |
---|
PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
SingleStatisticType singleStatisticType) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.