Uses of Class
org.optaplanner.core.impl.heuristic.thread.MoveThreadOperation
Packages that use MoveThreadOperation
Package
Description
- 
Uses of MoveThreadOperation in org.optaplanner.core.impl.constructionheuristic.deciderFields in org.optaplanner.core.impl.constructionheuristic.decider with type parameters of type MoveThreadOperationModifier and TypeFieldDescriptionprotected BlockingQueue<MoveThreadOperation<Solution_>>MultiThreadedConstructionHeuristicDecider.operationQueue
- 
Uses of MoveThreadOperation in org.optaplanner.core.impl.heuristic.threadSubclasses of MoveThreadOperation in org.optaplanner.core.impl.heuristic.threadModifier and TypeClassDescriptionclassApplyStepOperation<Solution_,Score_ extends Score<Score_>> classDestroyOperation<Solution_>classMoveEvaluationOperation<Solution_>classSetupOperation<Solution_,Score_ extends Score<Score_>> Constructor parameters in org.optaplanner.core.impl.heuristic.thread with type arguments of type MoveThreadOperationModifierConstructorDescriptionMoveThreadRunner(String logIndentation, int moveThreadIndex, boolean evaluateDoable, BlockingQueue<MoveThreadOperation<Solution_>> operationQueue, OrderByMoveIndexBlockingQueue<Solution_> resultQueue, CyclicBarrier moveThreadBarrier, boolean assertMoveScoreFromScratch, boolean assertExpectedUndoMoveScore, boolean assertStepScoreFromScratch, boolean assertExpectedStepScore, boolean assertShadowVariablesAreNotStaleAfterStep) 
- 
Uses of MoveThreadOperation in org.optaplanner.core.impl.localsearch.deciderFields in org.optaplanner.core.impl.localsearch.decider with type parameters of type MoveThreadOperationModifier and TypeFieldDescriptionprotected BlockingQueue<MoveThreadOperation<Solution_>>MultiThreadedLocalSearchDecider.operationQueue