Uses of Enum
org.optaplanner.core.config.localsearch.decider.acceptor.AcceptorType
-
Uses of AcceptorType in org.optaplanner.core.config.localsearch.decider.acceptor
Modifier and TypeMethodDescriptionstatic AcceptorType
Returns the enum constant of this type with the specified name.static AcceptorType[]
AcceptorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LocalSearchAcceptorConfig.setAcceptorTypeList
(List<AcceptorType> acceptorTypeList) LocalSearchAcceptorConfig.withAcceptorTypeList
(List<AcceptorType> acceptorTypeList)