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 TypeMethodDescriptionvoidDefaultPartitionedSearchPhase.phaseEnded(PartitionedSearchPhaseScope<Solution_> phaseScope) voidDefaultPartitionedSearchPhase.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 TypeMethodDescriptionvoidPartitionedSearchPhaseLifecycleListener.phaseEnded(PartitionedSearchPhaseScope<Solution_> phaseScope) voidPartitionedSearchPhaseLifecycleListener.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)