Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchStepScope
Packages that use PartitionedSearchStepScope
Package
Description
-
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearch
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type PartitionedSearchStepScopeModifier and TypeMethodDescriptionprotected voidDefaultPartitionedSearchPhase.doStep(PartitionedSearchStepScope<Solution_> stepScope) voidDefaultPartitionedSearchPhase.stepEnded(PartitionedSearchStepScope<Solution_> stepScope) voidDefaultPartitionedSearchPhase.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 PartitionedSearchStepScopeModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseLifecycleListener.stepEnded(PartitionedSearchStepScope<Solution_> stepScope) voidPartitionedSearchPhaseLifecycleListener.stepStarted(PartitionedSearchStepScope<Solution_> stepScope) -
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearch.scope
Methods in org.optaplanner.core.impl.partitionedsearch.scope that return PartitionedSearchStepScopeMethods in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionedSearchStepScopeModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseScope.setLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope)