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