Uses of Class
org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing.StepCountingHillClimbingType
-
-
Uses of StepCountingHillClimbingType in org.optaplanner.core.config.localsearch.decider.acceptor
Fields in org.optaplanner.core.config.localsearch.decider.acceptor declared as StepCountingHillClimbingType Modifier and Type Field Description protected StepCountingHillClimbingTypeLocalSearchAcceptorConfig. stepCountingHillClimbingTypeMethods in org.optaplanner.core.config.localsearch.decider.acceptor that return StepCountingHillClimbingType Modifier and Type Method Description StepCountingHillClimbingTypeLocalSearchAcceptorConfig. getStepCountingHillClimbingType()Methods in org.optaplanner.core.config.localsearch.decider.acceptor with parameters of type StepCountingHillClimbingType Modifier and Type Method Description voidLocalSearchAcceptorConfig. setStepCountingHillClimbingType(StepCountingHillClimbingType stepCountingHillClimbingType)LocalSearchAcceptorConfigLocalSearchAcceptorConfig. withStepCountingHillClimbingType(StepCountingHillClimbingType stepCountingHillClimbingType) -
Uses of StepCountingHillClimbingType in org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing
Methods in org.optaplanner.core.config.localsearch.decider.acceptor.stepcountinghillclimbing that return StepCountingHillClimbingType Modifier and Type Method Description static StepCountingHillClimbingTypeStepCountingHillClimbingType. valueOf(String name)Returns the enum constant of this type with the specified name.static StepCountingHillClimbingType[]StepCountingHillClimbingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StepCountingHillClimbingType in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Fields in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing declared as StepCountingHillClimbingType Modifier and Type Field Description protected StepCountingHillClimbingTypeStepCountingHillClimbingAcceptor. stepCountingHillClimbingTypeConstructors in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing with parameters of type StepCountingHillClimbingType Constructor Description StepCountingHillClimbingAcceptor(int stepCountingHillClimbingSize, StepCountingHillClimbingType stepCountingHillClimbingType)
-