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 Details

    • ApplyStepOperation

      public ApplyStepOperation(int stepIndex, Move<Solution_> step, Score_ score)
  • Method Details

    • getStepIndex

      public int getStepIndex()
    • getStep

      public Move<Solution_> getStep()
    • getScore

      public Score_ getScore()