Uses of Class
org.optaplanner.core.config.solver.random.RandomType
-
Packages that use RandomType Package Description org.optaplanner.core.config.solver org.optaplanner.core.config.solver.random org.optaplanner.core.impl.solver.random -
-
Uses of RandomType in org.optaplanner.core.config.solver
Fields in org.optaplanner.core.config.solver declared as RandomType Modifier and Type Field Description protected RandomTypeSolverConfig. randomTypeMethods in org.optaplanner.core.config.solver that return RandomType Modifier and Type Method Description RandomTypeSolverConfig. getRandomType()Methods in org.optaplanner.core.config.solver with parameters of type RandomType Modifier and Type Method Description voidSolverConfig. setRandomType(RandomType randomType)SolverConfigSolverConfig. withRandomType(RandomType randomType) -
Uses of RandomType in org.optaplanner.core.config.solver.random
Methods in org.optaplanner.core.config.solver.random that return RandomType Modifier and Type Method Description static RandomTypeRandomType. valueOf(String name)Returns the enum constant of this type with the specified name.static RandomType[]RandomType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RandomType in org.optaplanner.core.impl.solver.random
Fields in org.optaplanner.core.impl.solver.random declared as RandomType Modifier and Type Field Description protected RandomTypeDefaultRandomFactory. randomTypeConstructors in org.optaplanner.core.impl.solver.random with parameters of type RandomType Constructor Description DefaultRandomFactory(RandomType randomType, Long randomSeed)
-