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 the- PlanningSolutionannotation
 
 public class CustomStepScope<Solution_> extends AbstractStepScope<Solution_> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopebestScoreImproved, clonedSolution, score, stepIndex
 
- 
 - 
Constructor SummaryConstructors Constructor Description CustomStepScope(CustomPhaseScope<Solution_> phaseScope)CustomStepScope(CustomPhaseScope<Solution_> phaseScope, int stepIndex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomPhaseScope<Solution_>getPhaseScope()- 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopecreateOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CustomStepScopepublic CustomStepScope(CustomPhaseScope<Solution_> phaseScope) 
 - 
CustomStepScopepublic CustomStepScope(CustomPhaseScope<Solution_> phaseScope, int stepIndex) 
 
- 
 - 
Method Detail- 
getPhaseScopepublic CustomPhaseScope<Solution_> getPhaseScope() - Specified by:
- getPhaseScopein class- AbstractStepScope<Solution_>
 
 
- 
 
-