Uses of Enum Class
ai.timefold.solver.core.config.localsearch.decider.acceptor.AcceptorType
Packages that use AcceptorType
-
Uses of AcceptorType in ai.timefold.solver.core.config.localsearch.decider.acceptor
Methods in ai.timefold.solver.core.config.localsearch.decider.acceptor that return AcceptorTypeModifier and TypeMethodDescriptionstatic AcceptorTypeReturns the enum constant of this class with the specified name.static AcceptorType[]AcceptorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.localsearch.decider.acceptor that return types with arguments of type AcceptorTypeModifier and TypeMethodDescription@Nullable List<AcceptorType>LocalSearchAcceptorConfig.getAcceptorTypeList()Method parameters in ai.timefold.solver.core.config.localsearch.decider.acceptor with type arguments of type AcceptorTypeModifier and TypeMethodDescriptionvoidLocalSearchAcceptorConfig.setAcceptorTypeList(@Nullable List<AcceptorType> acceptorTypeList) @NonNull LocalSearchAcceptorConfigLocalSearchAcceptorConfig.withAcceptorTypeList(@NonNull List<AcceptorType> acceptorTypeList)