Uses of Enum
org.optaplanner.benchmark.config.statistic.SingleStatisticType
Packages that use SingleStatisticType
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
-
Uses of SingleStatisticType in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return types with arguments of type SingleStatisticTypeModifier and TypeMethodDescriptionProblemBenchmarksConfig.determineSingleStatisticTypeList()Return the single statistic type list, or an empty list if it is nullProblemBenchmarksConfig.getSingleStatisticTypeList()Methods in org.optaplanner.benchmark.config with parameters of type SingleStatisticTypeModifier and TypeMethodDescriptionProblemBenchmarksConfig.withSingleStatisticTypes(SingleStatisticType... singleStatisticTypes) Method parameters in org.optaplanner.benchmark.config with type arguments of type SingleStatisticTypeModifier and TypeMethodDescriptionvoidProblemBenchmarksConfig.setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList) ProblemBenchmarksConfig.withSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList) -
Uses of SingleStatisticType in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return SingleStatisticTypeModifier and TypeMethodDescriptionstatic SingleStatisticTypeReturns 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 SingleStatisticTypeMethods in org.optaplanner.benchmark.impl.result with parameters of type SingleStatisticTypeModifier and TypeMethodDescriptionProblemBenchmarkResult.extractPureSubSingleStatisticList(SingleStatisticType singleStatisticType) -
Uses of SingleStatisticType in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as SingleStatisticTypeModifier and TypeFieldDescriptionprotected SingleStatisticTypePureSubSingleStatistic.singleStatisticTypeMethods in org.optaplanner.benchmark.impl.statistic that return SingleStatisticTypeConstructors in org.optaplanner.benchmark.impl.statistic with parameters of type SingleStatisticTypeModifierConstructorDescriptionprotectedPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType)