Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchStepScope
Packages that use PartitionedSearchStepScope
Package
Description
- 
Uses of PartitionedSearchStepScope in org.optaplanner.core.impl.partitionedsearchMethods 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.eventMethods 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.scopeMethods 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)