|
OptaPlanner distribution 6.0.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |