OptaPlanner core 6.0.0.CR4

org.optaplanner.core.impl.constructionheuristic.scope
Class ConstructionHeuristicSolverPhaseScope

java.lang.Object
  extended by org.optaplanner.core.impl.phase.AbstractSolverPhaseScope
      extended by org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicSolverPhaseScope

public class ConstructionHeuristicSolverPhaseScope
extends AbstractSolverPhaseScope


Field Summary
 
Fields inherited from class org.optaplanner.core.impl.phase.AbstractSolverPhaseScope
bestSolutionStepIndex, logger, solverScope, startingScore, startingSystemTimeMillis
 
Constructor Summary
ConstructionHeuristicSolverPhaseScope(DefaultSolverScope solverScope)
           
 
Method Summary
 ConstructionHeuristicStepScope getLastCompletedStepScope()
           
 void setLastCompletedStepScope(ConstructionHeuristicStepScope 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

ConstructionHeuristicSolverPhaseScope

public ConstructionHeuristicSolverPhaseScope(DefaultSolverScope solverScope)
Method Detail

getLastCompletedStepScope

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

setLastCompletedStepScope

public void setLastCompletedStepScope(ConstructionHeuristicStepScope lastCompletedStepScope)

OptaPlanner core 6.0.0.CR4

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