Class ConstructionHeuristicStepScope<Solution_>
- java.lang.Object
 - 
- org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
 - 
- org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope<Solution_>
 
 
 
- 
- Type Parameters:
 Solution_- the solution type, the class with thePlanningSolutionannotation
public class ConstructionHeuristicStepScope<Solution_> extends AbstractStepScope<Solution_>
 
- 
- 
Field Summary
- 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope<Solution_> phaseScope)ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope<Solution_> phaseScope, int stepIndex) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEntity()ConstructionHeuristicPhaseScope<Solution_>getPhaseScope()LonggetSelectedMoveCount()Move<Solution_>getStep()StringgetStepString()Move<Solution_>getUndoStep()voidsetEntity(Object entity)voidsetSelectedMoveCount(Long selectedMoveCount)voidsetStep(Move<Solution_> step)voidsetStepString(String stepString)voidsetUndoStep(Move<Solution_> undoStep)- 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ConstructionHeuristicStepScope
public ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope<Solution_> phaseScope)
 
- 
ConstructionHeuristicStepScope
public ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope<Solution_> phaseScope, int stepIndex)
 
 - 
 
- 
Method Detail
- 
getPhaseScope
public ConstructionHeuristicPhaseScope<Solution_> getPhaseScope()
- Specified by:
 getPhaseScopein classAbstractStepScope<Solution_>
 
- 
getEntity
public Object getEntity()
 
- 
setEntity
public void setEntity(Object entity)
 
- 
getStepString
public String getStepString()
- Returns:
 - null if logging level is to high
 
 
- 
setStepString
public void setStepString(String stepString)
 
- 
getSelectedMoveCount
public Long getSelectedMoveCount()
 
- 
setSelectedMoveCount
public void setSelectedMoveCount(Long selectedMoveCount)
 
 - 
 
 -