Uses of Class
ai.timefold.solver.core.config.solver.random.RandomType
-
Packages that use RandomType Package Description ai.timefold.solver.core.config.solver ai.timefold.solver.core.config.solver.random ai.timefold.solver.core.impl.solver.random -
-
Uses of RandomType in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver declared as RandomType Modifier and Type Field Description protected RandomTypeSolverConfig. randomTypeMethods in ai.timefold.solver.core.config.solver that return RandomType Modifier and Type Method Description RandomTypeSolverConfig. getRandomType()Methods in ai.timefold.solver.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 ai.timefold.solver.core.config.solver.random
Methods in ai.timefold.solver.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 ai.timefold.solver.core.impl.solver.random
Fields in ai.timefold.solver.core.impl.solver.random declared as RandomType Modifier and Type Field Description protected RandomTypeDefaultRandomFactory. randomTypeConstructors in ai.timefold.solver.core.impl.solver.random with parameters of type RandomType Constructor Description DefaultRandomFactory(RandomType randomType, Long randomSeed)
-