Solution_ - the solution type, the class with the PlanningSolution annotationpublic class LocalSearchMoveScope<Solution_> extends Object
| Constructor and Description |
|---|
LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope,
int moveIndex,
Move<Solution_> move) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAccepted() |
Move<Solution_> |
getMove() |
int |
getMoveIndex() |
Score |
getScore() |
InnerScoreDirector<Solution_> |
getScoreDirector() |
LocalSearchStepScope<Solution_> |
getStepScope() |
Random |
getWorkingRandom() |
Solution_ |
getWorkingSolution() |
LocalSearchMoveScope<Solution_> |
rebase(LocalSearchStepScope<Solution_> destinationStepScope,
InnerScoreDirector<Solution_> destinationScoreDirector) |
void |
setAccepted(Boolean accepted) |
void |
setScore(Score score) |
String |
toString() |
public LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
public LocalSearchStepScope<Solution_> getStepScope()
public int getMoveIndex()
public Score getScore()
public void setScore(Score score)
public Boolean getAccepted()
public void setAccepted(Boolean accepted)
public InnerScoreDirector<Solution_> getScoreDirector()
public Solution_ getWorkingSolution()
public Random getWorkingRandom()
public LocalSearchMoveScope<Solution_> rebase(LocalSearchStepScope<Solution_> destinationStepScope, InnerScoreDirector<Solution_> destinationScoreDirector)
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.