org.optaplanner.core.impl.constructionheuristic.scope
Class ConstructionHeuristicMoveScope
java.lang.Object
   org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope
org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope
- public class ConstructionHeuristicMoveScope 
- extends Object
 
 
 
ConstructionHeuristicMoveScope
public ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope stepScope)
getStepScope
public ConstructionHeuristicStepScope getStepScope()
- 
 
getMoveIndex
public int getMoveIndex()
- 
 
setMoveIndex
public void setMoveIndex(int moveIndex)
- 
 
getMove
public Move getMove()
- 
 
setMove
public void setMove(Move move)
- 
 
getUndoMove
public Move getUndoMove()
- 
 
setUndoMove
public void setUndoMove(Move undoMove)
- 
 
getScore
public Score getScore()
- 
 
setScore
public void setScore(Score score)
- 
 
getScoreDirector
public ScoreDirector getScoreDirector()
- 
 
getWorkingSolution
public Solution getWorkingSolution()
- 
 
getWorkingRandom
public Random getWorkingRandom()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.