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

java.lang.Object
  extended by org.drools.planner.core.phase.step.AbstractStepScope
      extended by org.drools.planner.core.phase.custom.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 customSolverPhaseScope)
           
 
Method Summary
 CustomSolverPhaseScope getCustomSolverPhaseScope()
           
 AbstractSolverPhaseScope getSolverPhaseScope()
           
 
Methods inherited from class org.drools.planner.core.phase.step.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getStepIndex, getWorkingMemory, getWorkingRandom, getWorkingSolution, isSolutionInitialized, setBestScoreImproved, setClonedSolution, setScore, setSolutionInitialized, setStepIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomStepScope

public CustomStepScope(CustomSolverPhaseScope customSolverPhaseScope)
Method Detail

getCustomSolverPhaseScope

public CustomSolverPhaseScope getCustomSolverPhaseScope()

getSolverPhaseScope

public AbstractSolverPhaseScope getSolverPhaseScope()
Specified by:
getSolverPhaseScope in class AbstractStepScope


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