Class PartitionedSearchPhaseScope<Solution_>
- java.lang.Object
- 
- org.optaplanner.core.impl.phase.scope.AbstractPhaseScope<Solution_>
- 
- org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchPhaseScope<Solution_>
 
 
- 
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
 
 public class PartitionedSearchPhaseScope<Solution_> extends AbstractPhaseScope<Solution_> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractPhaseScopebestSolutionStepIndex, childThreadsScoreCalculationCount, endingScoreCalculationCount, endingSystemTimeMillis, logger, solverScope, startingScore, startingScoreCalculationCount, startingSystemTimeMillis
 
- 
 - 
Constructor SummaryConstructors Constructor Description PartitionedSearchPhaseScope(SolverScope<Solution_> solverScope)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionedSearchStepScope<Solution_>getLastCompletedStepScope()IntegergetPartCount()voidsetLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope)voidsetPartCount(Integer partCount)- 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractPhaseScopeaddChildThreadsScoreCalculationCount, assertExpectedWorkingScore, assertPredictedScoreFromScratch, assertShadowVariablesAreNotStale, assertWorkingScoreFromScratch, calculatePhaseTimeMillisSpentUpToNow, calculateScore, calculateSolverTimeMillisSpentUpToNow, endingNow, getBestScore, getBestSolutionStepIndex, getEndingSystemTimeMillis, getNextStepIndex, getPhaseBestSolutionTimeMillis, getPhaseScoreCalculationCount, getPhaseScoreCalculationSpeed, getPhaseTimeMillisSpent, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingEntityCount, getWorkingRandom, getWorkingSolution, getWorkingValueCount, isBestSolutionInitialized, reset, setBestSolutionStepIndex, startingNow, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PartitionedSearchPhaseScopepublic PartitionedSearchPhaseScope(SolverScope<Solution_> solverScope) 
 
- 
 - 
Method Detail- 
getPartCountpublic Integer getPartCount() 
 - 
setPartCountpublic void setPartCount(Integer partCount) 
 - 
getLastCompletedStepScopepublic PartitionedSearchStepScope<Solution_> getLastCompletedStepScope() - Specified by:
- getLastCompletedStepScopein class- AbstractPhaseScope<Solution_>
 
 - 
setLastCompletedStepScopepublic void setLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope) 
 
- 
 
-