Class ConstructionHeuristicMoveScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractMoveScope<Solution_>
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 
Field SummaryFields inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopemove, moveIndex, score
- 
Constructor SummaryConstructorsConstructorDescriptionConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) 
- 
Method SummaryMethods inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopegetMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
- 
Constructor Details- 
ConstructionHeuristicMoveScopepublic ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) 
 
- 
- 
Method Details- 
getStepScope- Specified by:
- getStepScopein class- AbstractMoveScope<Solution_>
 
 
-