Class AbstractMoveScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractMoveScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- Direct Known Subclasses:
- ConstructionHeuristicMoveScope,- LocalSearchMoveScope
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetMove()intgetScore()<Score_ extends Score<Score_>>
 InnerScoreDirector<Solution_,Score_> intabstract AbstractStepScope<Solution_>voidtoString()
- 
Field Details- 
moveIndexprotected final int moveIndex
- 
move
- 
score
 
- 
- 
Constructor Details- 
AbstractMoveScope
 
- 
- 
Method Details