org.drools.planner.core.phase.custom.scope
Class CustomSolverPhaseScope

java.lang.Object
  extended by org.drools.planner.core.phase.AbstractSolverPhaseScope
      extended by org.drools.planner.core.phase.custom.scope.CustomSolverPhaseScope

public class CustomSolverPhaseScope
extends AbstractSolverPhaseScope


Field Summary
 
Fields inherited from class org.drools.planner.core.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.drools.planner.core.phase.AbstractSolverPhaseScope
assertUndoMoveIsUncorrupted, assertWorkingScore, calculatePhaseTimeMillisSpend, calculateScore, calculateSolverTimeMillisSpend, getBestScore, getBestSolutionStepIndex, getScoreDefinition, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingPlanningEntityList, getWorkingRandom, getWorkingSolution, isWorkingSolutionInitialized, reset, setBestSolutionStepIndex, setStartingScore, 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)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.