org.drools.planner.core.constructionheuristic.greedyFit.decider
Class GreedyMoveScope

java.lang.Object
  extended by org.drools.planner.core.constructionheuristic.greedyFit.decider.GreedyMoveScope

public class GreedyMoveScope
extends Object


Constructor Summary
GreedyMoveScope(GreedyFitStepScope greedyFitStepScope)
           
 
Method Summary
 GreedyFitStepScope getGreedyFitStepScope()
           
 Move getMove()
           
 Score getScore()
           
 ScoreDirector getScoreDirector()
           
 Move getUndoMove()
           
 Random getWorkingRandom()
           
 Solution getWorkingSolution()
           
 void setMove(Move move)
           
 void setScore(Score score)
           
 void setUndoMove(Move undoMove)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreedyMoveScope

public GreedyMoveScope(GreedyFitStepScope greedyFitStepScope)
Method Detail

getGreedyFitStepScope

public GreedyFitStepScope getGreedyFitStepScope()

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()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.