Uses of Interface
org.optaplanner.benchmark.impl.statistic.StatisticType
-
Packages that use StatisticType Package Description org.optaplanner.benchmark.config.statistic org.optaplanner.benchmark.impl.result org.optaplanner.benchmark.impl.statistic -
-
Uses of StatisticType in org.optaplanner.benchmark.config.statistic
Classes in org.optaplanner.benchmark.config.statistic that implement StatisticType Modifier and Type Class Description classProblemStatisticTypeclassSingleStatisticType -
Uses of StatisticType in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type StatisticType Modifier and Type Method Description Map<StatisticType,SubSingleStatistic>SubSingleBenchmarkResult. getEffectiveSubSingleStatisticMap()Methods in org.optaplanner.benchmark.impl.result with parameters of type StatisticType Modifier and Type Method Description SubSingleStatisticSubSingleBenchmarkResult. getSubSingleStatistic(StatisticType statisticType) -
Uses of StatisticType in org.optaplanner.benchmark.impl.statistic
Methods in org.optaplanner.benchmark.impl.statistic that return StatisticType Modifier and Type Method Description abstract StatisticTypeSubSingleStatistic. getStatisticType()
-