Package | Description |
---|---|
org.optaplanner.core.impl.partitionedsearch.queue | |
org.optaplanner.core.impl.partitionedsearch.scope |
Modifier and Type | Method and Description |
---|---|
PartitionChangeMove<Solution_> |
PartitionChangedEvent.getMove() |
Modifier and Type | Method and Description |
---|---|
Iterator<PartitionChangeMove<Solution_>> |
PartitionQueue.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionQueue.addMove(int partIndex,
PartitionChangeMove<Solution_> move)
This method is thread-safe.
|
Constructor and Description |
---|
PartitionChangedEvent(int partIndex,
long eventIndex,
PartitionChangeMove<Solution_> move) |
Modifier and Type | Method and Description |
---|---|
static <Solution_> |
PartitionChangeMove.createMove(InnerScoreDirector<Solution_> scoreDirector,
int partIndex) |
protected PartitionChangeMove<Solution_> |
PartitionChangeMove.createUndoMove(ScoreDirector<Solution_> scoreDirector) |
PartitionChangeMove<Solution_> |
PartitionedSearchStepScope.getStep() |
PartitionChangeMove<Solution_> |
PartitionChangeMove.rebase(ScoreDirector<Solution_> destinationScoreDirector) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionedSearchStepScope.setStep(PartitionChangeMove<Solution_> step) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.