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
 
 public class ConstructionHeuristicMoveScope<Solution_> extends AbstractMoveScope<Solution_> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopemove, moveIndex, score
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructionHeuristicStepScope<Solution_>getStepScope()- 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopegetMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ConstructionHeuristicMoveScopepublic ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) 
 
- 
 - 
Method Detail- 
getStepScopepublic ConstructionHeuristicStepScope<Solution_> getStepScope() - Specified by:
- getStepScopein class- AbstractMoveScope<Solution_>
 
 
- 
 
-