public class ConstructionHeuristicMoveScope extends Object
Constructor and Description |
---|
ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope stepScope) |
Modifier and Type | Method and Description |
---|---|
Move |
getMove() |
int |
getMoveIndex() |
Score |
getScore() |
ScoreDirector |
getScoreDirector() |
ConstructionHeuristicStepScope |
getStepScope() |
Move |
getUndoMove() |
Random |
getWorkingRandom() |
Solution |
getWorkingSolution() |
void |
setMove(Move move) |
void |
setMoveIndex(int moveIndex) |
void |
setScore(Score score) |
void |
setUndoMove(Move undoMove) |
String |
toString() |
public ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope stepScope)
public ConstructionHeuristicStepScope getStepScope()
public int getMoveIndex()
public void setMoveIndex(int moveIndex)
public Move getMove()
public void setMove(Move move)
public Move getUndoMove()
public void setUndoMove(Move undoMove)
public Score getScore()
public void setScore(Score score)
public ScoreDirector getScoreDirector()
public Solution getWorkingSolution()
public Random getWorkingRandom()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.