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 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 PartitionedSearchStepScopeModifier and TypeMethodDescriptionvoid
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 PartitionedSearchStepScopeMethods in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionedSearchStepScopeModifier and TypeMethodDescriptionvoid
PartitionedSearchPhaseScope.setLastCompletedStepScope
(PartitionedSearchStepScope<Solution_> lastCompletedStepScope)