Uses of Class
ai.timefold.solver.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
Packages that use ExhaustiveSearchPhaseScope
Package
Description
-
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch
Methods in ai.timefold.solver.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidDefaultExhaustiveSearchPhase.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidDefaultExhaustiveSearchPhase.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.decider
Methods in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidExhaustiveSearchDecider.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidExhaustiveSearchDecider.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.event
Methods in ai.timefold.solver.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchPhaseScopeModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseLifecycleListener.phaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidExhaustiveSearchPhaseLifecycleListener.phaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) -
Uses of ExhaustiveSearchPhaseScope in ai.timefold.solver.core.impl.exhaustivesearch.scope
Methods in ai.timefold.solver.core.impl.exhaustivesearch.scope that return ExhaustiveSearchPhaseScopeConstructors in ai.timefold.solver.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchPhaseScopeModifierConstructorDescriptionExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)