Uses of Class
org.optaplanner.core.config.localsearch.decider.acceptor.AcceptorType
-
Packages that use AcceptorType Package Description org.optaplanner.core.config.localsearch.decider.acceptor -
-
Uses of AcceptorType in org.optaplanner.core.config.localsearch.decider.acceptor
Methods in org.optaplanner.core.config.localsearch.decider.acceptor that return AcceptorType Modifier and Type Method Description static AcceptorTypeAcceptorType. valueOf(String name)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.Methods in org.optaplanner.core.config.localsearch.decider.acceptor that return types with arguments of type AcceptorType Modifier and Type Method Description List<AcceptorType>LocalSearchAcceptorConfig. getAcceptorTypeList()Method parameters in org.optaplanner.core.config.localsearch.decider.acceptor with type arguments of type AcceptorType Modifier and Type Method Description voidLocalSearchAcceptorConfig. setAcceptorTypeList(List<AcceptorType> acceptorTypeList)LocalSearchAcceptorConfigLocalSearchAcceptorConfig. withAcceptorTypeList(List<AcceptorType> acceptorTypeList)
-