Uses of Enum Class
org.optaplanner.core.config.solver.EnvironmentMode
Packages that use EnvironmentMode
Package
Description
-
Uses of EnvironmentMode in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return EnvironmentModeModifier and TypeMethodDescriptionPlannerBenchmarkResult.getEnvironmentMode()
SolverBenchmarkResult.getEnvironmentMode()
-
Uses of EnvironmentMode in org.optaplanner.core.config.solver
Fields in org.optaplanner.core.config.solver declared as EnvironmentModeMethods in org.optaplanner.core.config.solver that return EnvironmentModeModifier and TypeMethodDescriptionSolverConfig.determineEnvironmentMode()
SolverConfig.getEnvironmentMode()
static EnvironmentMode
Returns the enum constant of this class with the specified name.static EnvironmentMode[]
EnvironmentMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.optaplanner.core.config.solver with parameters of type EnvironmentModeModifier and TypeMethodDescriptionvoid
SolverConfig.setEnvironmentMode
(EnvironmentMode environmentMode) SolverConfig.withEnvironmentMode
(EnvironmentMode environmentMode) -
Uses of EnvironmentMode in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return EnvironmentModeConstructors in org.optaplanner.core.impl.heuristic with parameters of type EnvironmentModeModifierConstructorDescriptionBuilder
(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InitializingScoreTrend initializingScoreTrend, SolutionDescriptor<Solution_> solutionDescriptor, ClassInstanceCache classInstanceCache) -
Uses of EnvironmentMode in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director with parameters of type EnvironmentModeModifier and TypeMethodDescriptionScoreDirectorFactoryFactory.buildScoreDirectorFactory
(ClassLoader classLoader, EnvironmentMode environmentMode, SolutionDescriptor<Solution_> solutionDescriptor) -
Uses of EnvironmentMode in org.optaplanner.core.impl.solver
Fields in org.optaplanner.core.impl.solver declared as EnvironmentModeMethods in org.optaplanner.core.impl.solver that return EnvironmentModeConstructors in org.optaplanner.core.impl.solver with parameters of type EnvironmentModeModifierConstructorDescriptionDefaultSolver
(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, Termination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope, String moveThreadCountDescription) -
Uses of EnvironmentMode in org.optaplanner.core.impl.solver.recaller
Methods in org.optaplanner.core.impl.solver.recaller with parameters of type EnvironmentModeModifier and TypeMethodDescription<Solution_>
BestSolutionRecaller<Solution_>BestSolutionRecallerFactory.buildBestSolutionRecaller
(EnvironmentMode environmentMode)