Uses of Enum Class
ai.timefold.solver.core.impl.solver.thread.ChildThreadType
Packages that use ChildThreadType
Package
Description
-
Uses of ChildThreadType in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic with parameters of type ChildThreadTypeModifier and TypeMethodDescriptionHeuristicConfigPolicy.buildThreadFactory(ChildThreadType childThreadType) HeuristicConfigPolicy.createChildThreadConfigPolicy(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.core.impl.score.director with parameters of type ChildThreadTypeModifier and TypeMethodDescriptionAbstractScoreDirector.createChildThreadScoreDirector(ChildThreadType childThreadType) InnerScoreDirector.createChildThreadScoreDirector(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.scope
Methods in ai.timefold.solver.core.impl.solver.scope with parameters of type ChildThreadTypeModifier and TypeMethodDescriptionSolverScope.createChildThreadSolverScope(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.termination
Methods in ai.timefold.solver.core.impl.solver.termination with parameters of type ChildThreadTypeModifier and TypeMethodDescriptionBasicPlumbingTermination.createChildThreadTermination(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) ChildThreadPlumbingTermination.createChildThreadTermination(SolverScope<Solution_> solverScope, ChildThreadType childThreadType) ChildThreadSupportingTermination.createChildThreadTermination(Scope_ scope, ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.thread
Methods in ai.timefold.solver.core.impl.solver.thread that return ChildThreadTypeModifier and TypeMethodDescriptionstatic ChildThreadTypeReturns the enum constant of this class with the specified name.static ChildThreadType[]ChildThreadType.values()Returns an array containing the constants of this enum class, in the order they are declared.