Class ApplyStepOperation<Solution_,Score_ extends Score<Score_>>
- java.lang.Object
- 
- org.optaplanner.core.impl.heuristic.thread.MoveThreadOperation<Solution_>
- 
- org.optaplanner.core.impl.heuristic.thread.ApplyStepOperation<Solution_,Score_>
 
 
- 
 public class ApplyStepOperation<Solution_,Score_ extends Score<Score_>> extends MoveThreadOperation<Solution_> 
- 
- 
Constructor SummaryConstructors Constructor Description ApplyStepOperation(int stepIndex, Move<Solution_> step, Score_ score)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Score_getScore()Move<Solution_>getStep()intgetStepIndex()- 
Methods inherited from class org.optaplanner.core.impl.heuristic.thread.MoveThreadOperationtoString
 
- 
 
-