public static class OrderByMoveIndexBlockingQueue.MoveResult<Solution_> extends Object
Constructor and Description |
---|
MoveResult(int moveThreadIndex,
int stepIndex,
int moveIndex,
Move<Solution_> move,
boolean moveDoable,
Score score) |
MoveResult(int moveThreadIndex,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Move<Solution_> |
getMove() |
int |
getMoveIndex() |
int |
getMoveThreadIndex() |
Score |
getScore() |
int |
getStepIndex() |
boolean |
isMoveDoable() |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.