OptaPlanner core 6.0.1.Final

org.optaplanner.core.impl.phase.custom.scope
Class CustomSolverPhaseScope

java.lang.Object
  extended by org.optaplanner.core.impl.phase.AbstractSolverPhaseScope
      extended by org.optaplanner.core.impl.phase.custom.scope.CustomSolverPhaseScope

public class CustomSolverPhaseScope
extends AbstractSolverPhaseScope


Field Summary
 
Fields inherited from class org.optaplanner.core.impl.phase.AbstractSolverPhaseScope
bestSolutionStepIndex, logger, solverScope, startingScore, startingSystemTimeMillis
 
Constructor Summary
CustomSolverPhaseScope(DefaultSolverScope solverScope)
           
 
Method Summary
 CustomStepScope getLastCompletedStepScope()
           
 void setLastCompletedStepScope(CustomStepScope lastCompletedStepScope)
           
 
Methods inherited from class org.optaplanner.core.impl.phase.AbstractSolverPhaseScope
assertExpectedUndoMoveScore, assertExpectedWorkingScore, assertWorkingScoreFromScratch, calculatePhaseTimeMillisSpend, calculateScore, calculateSolverTimeMillisSpend, getBestScore, getBestSolutionStepIndex, getScoreDefinition, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingEntityCount, getWorkingEntityList, getWorkingRandom, getWorkingSolution, getWorkingValueCount, isBestSolutionInitialized, reset, setBestSolutionStepIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomSolverPhaseScope

public CustomSolverPhaseScope(DefaultSolverScope solverScope)
Method Detail

getLastCompletedStepScope

public CustomStepScope getLastCompletedStepScope()
Specified by:
getLastCompletedStepScope in class AbstractSolverPhaseScope

setLastCompletedStepScope

public void setLastCompletedStepScope(CustomStepScope lastCompletedStepScope)

OptaPlanner core 6.0.1.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.