Uses of Class
org.optaplanner.benchmark.config.statistic.SingleStatisticType
-
Packages that use SingleStatisticType 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 -
-
Uses of SingleStatisticType in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return types with arguments of type SingleStatisticType Modifier and Type Method Description List<SingleStatisticType>
ProblemBenchmarksConfig. getSingleStatisticTypeList()
Method parameters in org.optaplanner.benchmark.config with type arguments of type SingleStatisticType Modifier and Type Method Description void
ProblemBenchmarksConfig. setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList)
-
Uses of SingleStatisticType in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return SingleStatisticType Modifier and Type Method 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. -
Uses of SingleStatisticType in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SingleStatisticType Modifier and Type Method Description Collection<SingleStatisticType>
ProblemBenchmarkResult. extractSingleStatisticTypeList()
Methods in org.optaplanner.benchmark.impl.result with parameters of type SingleStatisticType Modifier and Type Method Description List<PureSubSingleStatistic>
ProblemBenchmarkResult. extractPureSubSingleStatisticList(SingleStatisticType singleStatisticType)
-
Uses of SingleStatisticType in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as SingleStatisticType Modifier and Type Field Description protected SingleStatisticType
PureSubSingleStatistic. singleStatisticType
Methods in org.optaplanner.benchmark.impl.statistic that return SingleStatisticType Modifier and Type Method Description SingleStatisticType
PureSubSingleStatistic. getStatisticType()
Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type SingleStatisticType Constructor Description PureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType)
-