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

java.lang.Object
  extended by org.drools.planner.core.phase.step.AbstractStepScope
      extended by org.drools.planner.core.phase.custom.scope.CustomStepScope

public class CustomStepScope
extends AbstractStepScope


Field Summary
 
Fields inherited from class org.drools.planner.core.phase.step.AbstractStepScope
bestScoreImproved, clonedSolution, score, solutionInitialized, stepIndex
 
Constructor Summary
CustomStepScope(CustomSolverPhaseScope phaseScope)
           
 
Method Summary
 CustomSolverPhaseScope getPhaseScope()
           
 
Methods inherited from class org.drools.planner.core.phase.step.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, isSolutionInitialized, setBestScoreImproved, setClonedSolution, setScore, setSolutionInitialized, setStepIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomStepScope

public CustomStepScope(CustomSolverPhaseScope phaseScope)
Method Detail

getPhaseScope

public CustomSolverPhaseScope getPhaseScope()
Specified by:
getPhaseScope in class AbstractStepScope


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