Class AbstractMoveScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractMoveScope<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- Direct Known Subclasses:
ConstructionHeuristicMoveScope
,LocalSearchMoveScope
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMove()
int
getScore()
<Score_ extends Score<Score_>>
InnerScoreDirector<Solution_,Score_> int
abstract AbstractStepScope<Solution_>
void
toString()
-
Field Details
-
moveIndex
protected final int moveIndex -
move
-
score
-
-
Constructor Details
-
AbstractMoveScope
-
-
Method Details