OptaPlanner distribution 6.0.0.Beta4

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

Packages that use ProblemStatisticType
org.optaplanner.benchmark.config   
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.impl.statistic
 

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

Methods in org.optaplanner.benchmark.impl.statistic that return ProblemStatisticType
 ProblemStatisticType ProblemStatistic.getProblemStatisticType()
           
 ProblemStatisticType AbstractProblemStatistic.getProblemStatisticType()
           
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.
 

Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type ProblemStatisticType
AbstractProblemStatistic(ProblemBenchmark problemBenchmark, ProblemStatisticType problemStatisticType)
           
 


OptaPlanner distribution 6.0.0.Beta4

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