Uses of Enum Class
ai.timefold.solver.core.config.solver.random.RandomType
Packages that use RandomType
Package
Description
-
Uses of RandomType in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver declared as RandomTypeMethods in ai.timefold.solver.core.config.solver that return RandomTypeMethods in ai.timefold.solver.core.config.solver with parameters of type RandomTypeModifier and TypeMethodDescriptionvoidSolverConfig.setRandomType(@Nullable RandomType randomType) @NonNull SolverConfigSolverConfig.withRandomType(@NonNull RandomType randomType) -
Uses of RandomType in ai.timefold.solver.core.config.solver.random
Methods in ai.timefold.solver.core.config.solver.random that return RandomTypeModifier and TypeMethodDescriptionstatic RandomTypeReturns the enum constant of this class with the specified name.static RandomType[]RandomType.values()Returns an array containing the constants of this enum class, 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 RandomTypeConstructors in ai.timefold.solver.core.impl.solver.random with parameters of type RandomType