Class PartitionedSearchStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchStepScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 
Field SummaryFields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopebestScoreImproved, clonedSolution, score, stepIndex
- 
Constructor SummaryConstructorsConstructorDescriptionPartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope, int stepIndex) 
- 
Method SummaryModifier and TypeMethodDescriptiongetStep()voidsetStep(PartitionChangeMove<Solution_> step) voidsetStepString(String stepString) Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopecreateOrGetClonedSolution, getBestScoreImproved, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setScore, toString
- 
Constructor Details- 
PartitionedSearchStepScope
- 
PartitionedSearchStepScope
 
- 
- 
Method Details- 
getPhaseScope- Specified by:
- getPhaseScopein class- AbstractStepScope<Solution_>
 
- 
getStep
- 
setStep
- 
getStepString- Returns:
- null if logging level is too high
 
- 
setStepString
 
-