Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class ConstructionHeuristicMoveScope<Solution_> extends Object
Constructor and Description |
---|
ConstructionHeuristicMoveScope(ConstructionHeuristicStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
Move |
getMove() |
int |
getMoveIndex() |
Score |
getScore() |
ScoreDirector<Solution_> |
getScoreDirector() |
ConstructionHeuristicStepScope<Solution_> |
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<Solution_> stepScope)
public ConstructionHeuristicStepScope<Solution_> 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<Solution_> getScoreDirector()
public Solution_ getWorkingSolution()
public Random getWorkingRandom()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.