Uses of Class
ai.timefold.solver.core.config.localsearch.decider.forager.FinalistPodiumType
-
Packages that use FinalistPodiumType Package Description ai.timefold.solver.core.config.localsearch.decider.forager -
-
Uses of FinalistPodiumType in ai.timefold.solver.core.config.localsearch.decider.forager
Fields in ai.timefold.solver.core.config.localsearch.decider.forager declared as FinalistPodiumType Modifier and Type Field Description protected FinalistPodiumTypeLocalSearchForagerConfig. finalistPodiumTypeMethods in ai.timefold.solver.core.config.localsearch.decider.forager that return FinalistPodiumType Modifier and Type Method Description FinalistPodiumTypeLocalSearchForagerConfig. getFinalistPodiumType()static FinalistPodiumTypeFinalistPodiumType. valueOf(String name)Returns the enum constant of this type with the specified name.static FinalistPodiumType[]FinalistPodiumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.localsearch.decider.forager with parameters of type FinalistPodiumType Modifier and Type Method Description voidLocalSearchForagerConfig. setFinalistPodiumType(FinalistPodiumType finalistPodiumType)LocalSearchForagerConfigLocalSearchForagerConfig. withFinalistPodiumType(FinalistPodiumType finalistPodiumType)
-