Class CustomStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
org.optaplanner.core.impl.phase.custom.scope.CustomStepScope<Solution_>
- Type Parameters:
 Solution_- the solution type, the class with thePlanningSolutionannotation
- 
Field Summary
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex - 
Constructor Summary
ConstructorsConstructorDescriptionCustomStepScope(CustomPhaseScope<Solution_> phaseScope) CustomStepScope(CustomPhaseScope<Solution_> phaseScope, int stepIndex)  - 
Method Summary
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString 
- 
Constructor Details
- 
CustomStepScope
 - 
CustomStepScope
 
 - 
 - 
Method Details
- 
getPhaseScope
- Specified by:
 getPhaseScopein classAbstractStepScope<Solution_>
 
 -