Uses of Enum
org.optaplanner.core.config.localsearch.decider.forager.FinalistPodiumType
Packages that use FinalistPodiumType
-
Uses of FinalistPodiumType in org.optaplanner.core.config.localsearch.decider.forager
Fields in org.optaplanner.core.config.localsearch.decider.forager declared as FinalistPodiumTypeModifier and TypeFieldDescriptionprotected FinalistPodiumType
LocalSearchForagerConfig.finalistPodiumType
Methods in org.optaplanner.core.config.localsearch.decider.forager that return FinalistPodiumTypeModifier and TypeMethodDescriptionLocalSearchForagerConfig.getFinalistPodiumType()
static FinalistPodiumType
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 org.optaplanner.core.config.localsearch.decider.forager with parameters of type FinalistPodiumTypeModifier and TypeMethodDescriptionvoid
LocalSearchForagerConfig.setFinalistPodiumType
(FinalistPodiumType finalistPodiumType) LocalSearchForagerConfig.withFinalistPodiumType
(FinalistPodiumType finalistPodiumType)