Uses of Class
org.optaplanner.core.impl.phase.custom.scope.CustomStepScope
-
Packages that use CustomStepScope Package Description org.optaplanner.core.impl.phase.custom org.optaplanner.core.impl.phase.custom.scope -
-
Uses of CustomStepScope in org.optaplanner.core.impl.phase.custom
Methods in org.optaplanner.core.impl.phase.custom with parameters of type CustomStepScope Modifier and Type Method Description void
DefaultCustomPhase. stepEnded(CustomStepScope<Solution_> stepScope)
void
DefaultCustomPhase. stepStarted(CustomStepScope<Solution_> stepScope)
-
Uses of CustomStepScope in org.optaplanner.core.impl.phase.custom.scope
Methods in org.optaplanner.core.impl.phase.custom.scope that return CustomStepScope Modifier and Type Method Description CustomStepScope<Solution_>
CustomPhaseScope. getLastCompletedStepScope()
Methods in org.optaplanner.core.impl.phase.custom.scope with parameters of type CustomStepScope Modifier and Type Method Description void
CustomPhaseScope. setLastCompletedStepScope(CustomStepScope<Solution_> lastCompletedStepScope)
-