Uses of Class
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchPhaseScope
-
-
Uses of PartitionedSearchPhaseScope in org.optaplanner.core.impl.partitionedsearch
Methods in org.optaplanner.core.impl.partitionedsearch with parameters of type PartitionedSearchPhaseScope Modifier and Type Method Description void
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 PartitionedSearchPhaseScope Modifier and Type Method Description void
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 PartitionedSearchPhaseScope Modifier and Type Method Description PartitionedSearchPhaseScope<Solution_>
PartitionedSearchStepScope. getPhaseScope()
Constructors in org.optaplanner.core.impl.partitionedsearch.scope with parameters of type PartitionedSearchPhaseScope Constructor Description PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope)
PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope, int stepIndex)
-