Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionChangeMove
Packages that use PartitionChangeMove
Package
Description
-
Uses of PartitionChangeMove in org.optaplanner.core.impl.partitionedsearch.queue
Methods in org.optaplanner.core.impl.partitionedsearch.queue that return PartitionChangeMoveMethods in org.optaplanner.core.impl.partitionedsearch.queue that return types with arguments of type PartitionChangeMoveMethods in org.optaplanner.core.impl.partitionedsearch.queue with parameters of type PartitionChangeMoveModifier and TypeMethodDescriptionvoid
PartitionQueue.addMove
(int partIndex, PartitionChangeMove<Solution_> move) This method is thread-safe.Constructors in org.optaplanner.core.impl.partitionedsearch.queue with parameters of type PartitionChangeMoveModifierConstructorDescriptionPartitionChangedEvent
(int partIndex, long eventIndex, PartitionChangeMove<Solution_> move) -
Uses of PartitionChangeMove in org.optaplanner.core.impl.partitionedsearch.scope
Methods in org.optaplanner.core.impl.partitionedsearch.scope that return PartitionChangeMoveModifier and TypeMethodDescriptionstatic <Solution_>
PartitionChangeMove<Solution_>PartitionChangeMove.createMove
(InnerScoreDirector<Solution_, ?> scoreDirector, int partIndex) protected PartitionChangeMove<Solution_>
PartitionChangeMove.createUndoMove
(ScoreDirector<Solution_> scoreDirector) PartitionedSearchStepScope.getStep()
PartitionChangeMove.rebase
(ScoreDirector<Solution_> destinationScoreDirector) Methods in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionChangeMoveModifier and TypeMethodDescriptionvoid
PartitionedSearchStepScope.setStep
(PartitionChangeMove<Solution_> step)