Solution_ - the solution type, the class with the PlanningSolution annotationpublic abstract class AbstractMoveScope<Solution_> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Move<Solution_> | 
move  | 
protected int | 
moveIndex  | 
protected Score | 
score  | 
| Constructor and Description | 
|---|
AbstractMoveScope(int moveIndex,
                 Move<Solution_> move)  | 
| Modifier and Type | Method and Description | 
|---|---|
Move<Solution_> | 
getMove()  | 
int | 
getMoveIndex()  | 
Score | 
getScore()  | 
InnerScoreDirector<Solution_> | 
getScoreDirector()  | 
int | 
getStepIndex()  | 
abstract AbstractStepScope<Solution_> | 
getStepScope()  | 
Random | 
getWorkingRandom()  | 
Solution_ | 
getWorkingSolution()  | 
void | 
setScore(Score score)  | 
String | 
toString()  | 
protected final int moveIndex
protected Score score
public abstract AbstractStepScope<Solution_> getStepScope()
public int getMoveIndex()
public Score getScore()
public void setScore(Score score)
public int getStepIndex()
public InnerScoreDirector<Solution_> getScoreDirector()
public Solution_ getWorkingSolution()
public Random getWorkingRandom()
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.