Uses of Enum Class
ai.timefold.solver.core.api.domain.lookup.LookUpStrategyType
Packages that use LookUpStrategyType
Package
Description
-
Uses of LookUpStrategyType in ai.timefold.solver.core.api.domain.lookup
Methods in ai.timefold.solver.core.api.domain.lookup that return LookUpStrategyTypeModifier and TypeMethodDescriptionstatic LookUpStrategyTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static LookUpStrategyType[]LookUpStrategyType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LookUpStrategyType in ai.timefold.solver.core.impl.domain.lookup
Constructors in ai.timefold.solver.core.impl.domain.lookup with parameters of type LookUpStrategyTypeModifierConstructorDescriptionLookUpStrategyResolver(DescriptorPolicy descriptorPolicy, LookUpStrategyType lookUpStrategyType)