Uses of Enum
org.optaplanner.benchmark.config.statistic.ProblemStatisticType
Packages that use ProblemStatisticType
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
-
Uses of ProblemStatisticType in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return types with arguments of type ProblemStatisticTypeModifier and TypeMethodDescriptionProblemBenchmarksConfig.determineProblemStatisticTypeList()
Return the problem statistic type list, or a list containing default metrics if problemStatisticEnabled is not false.ProblemBenchmarksConfig.getProblemStatisticTypeList()
Methods in org.optaplanner.benchmark.config with parameters of type ProblemStatisticTypeModifier and TypeMethodDescriptionProblemBenchmarksConfig.withProblemStatisticTypes
(ProblemStatisticType... problemStatisticTypes) Method parameters in org.optaplanner.benchmark.config with type arguments of type ProblemStatisticTypeModifier and TypeMethodDescriptionvoid
ProblemBenchmarksConfig.setProblemStatisticTypeList
(List<ProblemStatisticType> problemStatisticTypeList) ProblemBenchmarksConfig.withProblemStatisticTypeList
(List<ProblemStatisticType> problemStatisticTypeList) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return ProblemStatisticTypeModifier and TypeMethodDescriptionstatic ProblemStatisticType
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.Methods in org.optaplanner.benchmark.config.statistic that return types with arguments of type ProblemStatisticTypeModifier and TypeMethodDescriptionstatic List<ProblemStatisticType>
ProblemStatisticType.defaultList()
-
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result with parameters of type ProblemStatisticTypeModifier and TypeMethodDescriptionSingleBenchmarkResult.getSubSingleStatistic
(ProblemStatisticType problemStatisticType) boolean
ProblemBenchmarkResult.hasProblemStatisticType
(ProblemStatisticType problemStatisticType) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemStatisticTypeModifier and TypeFieldDescriptionprotected ProblemStatisticType
ProblemBasedSubSingleStatistic.problemStatisticType
protected final ProblemStatisticType
ProblemStatistic.problemStatisticType
Methods in org.optaplanner.benchmark.impl.statistic that return ProblemStatisticTypeModifier and TypeMethodDescriptionProblemStatistic.getProblemStatisticType()
ProblemBasedSubSingleStatistic.getStatisticType()
Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemStatisticTypeModifierConstructorDescriptionprotected
ProblemBasedSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) protected
ProblemStatistic
(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)