Class AbstractStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- Direct Known Subclasses:
- ConstructionHeuristicStepScope,- CustomStepScope,- ExhaustiveSearchStepScope,- LocalSearchStepScope,- PartitionedSearchStepScope
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanabstract AbstractPhaseScope<Solution_>Score<?>getScore()<Score_ extends Score<Score_>>
 InnerScoreDirector<Solution_,Score_> intvoidsetBestScoreImproved(Boolean bestScoreImproved) voidtoString()
- 
Field Details- 
stepIndexprotected final int stepIndex
- 
score
- 
bestScoreImprovedprotected boolean bestScoreImproved
- 
clonedSolution
 
- 
- 
Constructor Details- 
AbstractStepScopepublic AbstractStepScope(int stepIndex) 
 
- 
- 
Method Details