Uses of Class
org.optaplanner.benchmark.config.statistic.ProblemStatisticType
-
Packages that use ProblemStatisticType 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 ProblemStatisticType in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return types with arguments of type ProblemStatisticType Modifier and Type Method Description List<ProblemStatisticType>ProblemBenchmarksConfig. getProblemStatisticTypeList()Method parameters in org.optaplanner.benchmark.config with type arguments of type ProblemStatisticType Modifier and Type Method Description voidProblemBenchmarksConfig. setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic that return ProblemStatisticType Modifier and Type Method Description static ProblemStatisticTypeProblemStatisticType. 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. -
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result with parameters of type ProblemStatisticType Modifier and Type Method Description SubSingleStatisticSingleBenchmarkResult. getSubSingleStatistic(ProblemStatisticType problemStatisticType)booleanProblemBenchmarkResult. hasProblemStatisticType(ProblemStatisticType problemStatisticType) -
Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemStatisticType Modifier and Type Field Description protected ProblemStatisticTypeProblemBasedSubSingleStatistic. problemStatisticTypeprotected ProblemStatisticTypeProblemStatistic. problemStatisticTypeMethods in org.optaplanner.benchmark.impl.statistic that return ProblemStatisticType Modifier and Type Method Description ProblemStatisticTypeProblemStatistic. getProblemStatisticType()ProblemStatisticTypeProblemBasedSubSingleStatistic. getStatisticType()Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemStatisticType Constructor Description ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType)ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)
-