Uses of Class
org.optaplanner.core.config.localsearch.decider.forager.FinalistPodiumType
-
Packages that use FinalistPodiumType Package Description org.optaplanner.core.config.localsearch.decider.forager -
-
Uses of FinalistPodiumType in org.optaplanner.core.config.localsearch.decider.forager
Fields in org.optaplanner.core.config.localsearch.decider.forager declared as FinalistPodiumType Modifier and Type Field Description protected FinalistPodiumTypeLocalSearchForagerConfig. finalistPodiumTypeMethods in org.optaplanner.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 org.optaplanner.core.config.localsearch.decider.forager with parameters of type FinalistPodiumType Modifier and Type Method Description voidLocalSearchForagerConfig. setFinalistPodiumType(FinalistPodiumType finalistPodiumType)LocalSearchForagerConfigLocalSearchForagerConfig. withFinalistPodiumType(FinalistPodiumType finalistPodiumType)
-