org.drools.planner.core.constructionheuristic.greedyFit.decider
Class GreedyMoveScope
java.lang.Object
org.drools.planner.core.constructionheuristic.greedyFit.decider.GreedyMoveScope
public class GreedyMoveScope
- extends Object
GreedyMoveScope
public GreedyMoveScope(GreedyFitStepScope greedyFitStepScope)
getGreedyFitStepScope
public GreedyFitStepScope getGreedyFitStepScope()
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:
toString
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.