Class OrderByMoveIndexBlockingQueue.MoveResult<Solution_>
java.lang.Object
org.optaplanner.core.impl.heuristic.thread.OrderByMoveIndexBlockingQueue.MoveResult<Solution_>
- Enclosing class:
- OrderByMoveIndexBlockingQueue<Solution_>
-
Constructor Summary
ConstructorDescriptionMoveResult
(int moveThreadIndex, int stepIndex, int moveIndex, Move<Solution_> move, boolean moveDoable, Score score) MoveResult
(int moveThreadIndex, Throwable throwable) -
Method Summary
-
Constructor Details
-
MoveResult
-
MoveResult
-
-
Method Details
-
getMoveThreadIndex
public int getMoveThreadIndex() -
getStepIndex
public int getStepIndex() -
getMoveIndex
public int getMoveIndex() -
getMove
-
isMoveDoable
public boolean isMoveDoable() -
getScore
-