Class AbstractStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- Direct Known Subclasses:
ConstructionHeuristicStepScope
,CustomStepScope
,ExhaustiveSearchStepScope
,LocalSearchStepScope
,PartitionedSearchStepScope
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractPhaseScope<Solution_>
Score<?>
getScore()
<Score_ extends Score<Score_>>
InnerScoreDirector<Solution_,Score_> int
void
setBestScoreImproved
(Boolean bestScoreImproved) void
setClonedSolution
(Solution_ clonedSolution) void
toString()
-
Field Details
-
stepIndex
protected final int stepIndex -
score
-
bestScoreImproved
-
clonedSolution
-
-
Constructor Details
-
AbstractStepScope
public AbstractStepScope(int stepIndex)
-
-
Method Details