Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class LocalSearchMoveScope<Solution_> extends Object
Constructor and Description |
---|
LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAccepted() |
Move |
getMove() |
int |
getMoveIndex() |
Score |
getScore() |
ScoreDirector<Solution_> |
getScoreDirector() |
LocalSearchStepScope<Solution_> |
getStepScope() |
Move |
getUndoMove() |
Random |
getWorkingRandom() |
Solution_ |
getWorkingSolution() |
void |
setAccepted(Boolean accepted) |
void |
setMove(Move move) |
void |
setMoveIndex(int moveIndex) |
void |
setScore(Score score) |
void |
setUndoMove(Move undoMove) |
String |
toString() |
public LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope)
public LocalSearchStepScope<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 Boolean getAccepted()
public void setAccepted(Boolean accepted)
public ScoreDirector<Solution_> getScoreDirector()
public Solution_ getWorkingSolution()
public Random getWorkingRandom()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.