OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.benchmark.config.statistic.ProblemStatisticType

Packages that use ProblemStatisticType
org.optaplanner.benchmark.config   
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
 List<ProblemStatisticType> ProblemBenchmarksConfig.getProblemStatisticTypeList()
           
 

Method parameters in org.optaplanner.benchmark.config with type arguments of type ProblemStatisticType
 void ProblemBenchmarksConfig.setProblemStatisticTypeList(List<ProblemStatisticType> problemStatisticTypeList)
           
 

Uses of ProblemStatisticType in org.optaplanner.benchmark.config.statistic
 

Methods in org.optaplanner.benchmark.config.statistic that return ProblemStatisticType
static ProblemStatisticType ProblemStatisticType.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
 boolean ProblemBenchmarkResult.hasProblemStatisticType(ProblemStatisticType problemStatisticType)
           
 

Uses of ProblemStatisticType in org.optaplanner.benchmark.impl.statistic
 

Fields in org.optaplanner.benchmark.impl.statistic declared as ProblemStatisticType
protected  ProblemStatisticType ProblemStatistic.problemStatisticType
           
protected  ProblemStatisticType ProblemBasedSingleStatistic.problemStatisticType
           
 

Methods in org.optaplanner.benchmark.impl.statistic that return ProblemStatisticType
 ProblemStatisticType ProblemStatistic.getProblemStatisticType()
           
 ProblemStatisticType ProblemBasedSingleStatistic.getStatisticType()
           
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemStatisticType
ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, ProblemStatisticType problemStatisticType)
           
ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.