Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchStepScope
-
-
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearch
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type PartitionedSearchStepScope Modifier and Type Method Description protected void
DefaultPartitionedSearchPhase. doStep(PartitionedSearchStepScope<Solution_> stepScope)
void
DefaultPartitionedSearchPhase. stepEnded(PartitionedSearchStepScope<Solution_> stepScope)
void
DefaultPartitionedSearchPhase. stepStarted(PartitionedSearchStepScope<Solution_> stepScope)
-
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearch.event
Methods in org.optaplanner.core.impl.partitionedsearch.event with parameters of type PartitionedSearchStepScope Modifier and Type Method Description void
PartitionedSearchPhaseLifecycleListener. stepEnded(PartitionedSearchStepScope<Solution_> stepScope)
void
PartitionedSearchPhaseLifecycleListener. stepStarted(PartitionedSearchStepScope<Solution_> stepScope)
-
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearch.scope
Methods in org.optaplanner.core.impl.partitionedsearch.scope that return PartitionedSearchStepScope Modifier and Type Method Description PartitionedSearchStepScope<Solution_>
PartitionedSearchPhaseScope. getLastCompletedStepScope()
Methods in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionedSearchStepScope Modifier and Type Method Description void
PartitionedSearchPhaseScope. setLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope)
-