Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchPhaseScope
Packages that use PartitionedSearchPhaseScope
Package
Description
-
Uses of PartitionedSearchPhaseScope in org.optaplanner.core.impl.partitionedsearch
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type PartitionedSearchPhaseScopeModifier and TypeMethodDescriptionvoid
DefaultPartitionedSearchPhase.phaseEnded
(PartitionedSearchPhaseScope<Solution_> phaseScope) void
DefaultPartitionedSearchPhase.phaseStarted
(PartitionedSearchPhaseScope<Solution_> phaseScope) -
Uses of PartitionedSearchPhaseScope in org.optaplanner.core.impl.partitionedsearch.event
Methods in org.optaplanner.core.impl.partitionedsearch.event with parameters of type PartitionedSearchPhaseScopeModifier and TypeMethodDescriptionvoid
PartitionedSearchPhaseLifecycleListener.phaseEnded
(PartitionedSearchPhaseScope<Solution_> phaseScope) void
PartitionedSearchPhaseLifecycleListener.phaseStarted
(PartitionedSearchPhaseScope<Solution_> phaseScope) -
Uses of PartitionedSearchPhaseScope in org.optaplanner.core.impl.partitionedsearch.scope
Methods in org.optaplanner.core.impl.partitionedsearch.scope that return PartitionedSearchPhaseScopeConstructors in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionedSearchPhaseScopeModifierConstructorDescriptionPartitionedSearchStepScope
(PartitionedSearchPhaseScope<Solution_> phaseScope, int stepIndex)