OptaPlanner distribution 6.2.1-SNAPSHOT

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

Packages that use SingleStatisticType
org.optaplanner.benchmark.config   
org.optaplanner.benchmark.config.statistic   
org.optaplanner.benchmark.impl.result   
org.optaplanner.benchmark.impl.statistic   
 

Uses of SingleStatisticType in org.optaplanner.benchmark.config
 

Methods in org.optaplanner.benchmark.config that return types with arguments of type SingleStatisticType
 List<SingleStatisticType> ProblemBenchmarksConfig.getSingleStatisticTypeList()
           
 

Method parameters in org.optaplanner.benchmark.config with type arguments of type SingleStatisticType
 void ProblemBenchmarksConfig.setSingleStatisticTypeList(List<SingleStatisticType> singleStatisticTypeList)
           
 

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

Methods in org.optaplanner.benchmark.config.statistic that return SingleStatisticType
static SingleStatisticType SingleStatisticType.valueOf(String name)
          Returns 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 SingleStatisticType
 Collection<SingleStatisticType> ProblemBenchmarkResult.extractSingleStatisticTypeList()
           
 

Methods in org.optaplanner.benchmark.impl.result with parameters of type SingleStatisticType
 List<PureSingleStatistic> ProblemBenchmarkResult.extractPureSingleStatisticList(SingleStatisticType singleStatisticType)
           
 

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

Fields in org.optaplanner.benchmark.impl.statistic declared as SingleStatisticType
protected  SingleStatisticType PureSingleStatistic.singleStatisticType
           
 

Methods in org.optaplanner.benchmark.impl.statistic that return SingleStatisticType
 SingleStatisticType PureSingleStatistic.getStatisticType()
           
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type SingleStatisticType
PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, SingleStatisticType singleStatisticType)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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