Uses of Class
org.optaplanner.core.impl.phase.custom.scope.CustomPhaseScope
-
Packages that use CustomPhaseScope Package Description org.optaplanner.core.impl.phase.custom org.optaplanner.core.impl.phase.custom.scope -
-
Uses of CustomPhaseScope in org.optaplanner.core.impl.phase.custom
Methods in org.optaplanner.core.impl.phase.custom with parameters of type CustomPhaseScope Modifier and Type Method Description voidDefaultCustomPhase. phaseEnded(CustomPhaseScope<Solution_> phaseScope)voidDefaultCustomPhase. phaseStarted(CustomPhaseScope<Solution_> phaseScope) -
Uses of CustomPhaseScope in org.optaplanner.core.impl.phase.custom.scope
Methods in org.optaplanner.core.impl.phase.custom.scope that return CustomPhaseScope Modifier and Type Method Description CustomPhaseScope<Solution_>CustomStepScope. getPhaseScope()Constructors in org.optaplanner.core.impl.phase.custom.scope with parameters of type CustomPhaseScope Constructor Description CustomStepScope(CustomPhaseScope<Solution_> phaseScope)CustomStepScope(CustomPhaseScope<Solution_> phaseScope, int stepIndex)
-