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