Class OrderByMoveIndexBlockingQueue.MoveResult<Solution_>
- java.lang.Object
- 
- org.optaplanner.core.impl.heuristic.thread.OrderByMoveIndexBlockingQueue.MoveResult<Solution_>
 
- 
- Enclosing class:
- OrderByMoveIndexBlockingQueue<Solution_>
 
 public static class OrderByMoveIndexBlockingQueue.MoveResult<Solution_> extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MoveResult(int moveThreadIndex, int stepIndex, int moveIndex, Move<Solution_> move, boolean moveDoable, Score score)MoveResult(int moveThreadIndex, Throwable throwable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Move<Solution_>getMove()intgetMoveIndex()intgetMoveThreadIndex()ScoregetScore()intgetStepIndex()booleanisMoveDoable()
 
-