OptaPlanner core 6.2.0.Beta1

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

java.lang.Object
  extended by org.optaplanner.core.impl.phase.scope.AbstractStepScope
      extended by org.optaplanner.core.impl.phase.custom.scope.CustomStepScope

public class CustomStepScope
extends AbstractStepScope


Field Summary
 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
 
Constructor Summary
CustomStepScope(CustomPhaseScope phaseScope)
           
CustomStepScope(CustomPhaseScope phaseScope, int stepIndex)
           
 
Method Summary
 CustomPhaseScope getPhaseScope()
           
 int getUninitializedVariableCount()
           
 void setUninitializedVariableCount(int uninitializedVariableCount)
           
 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomStepScope

public CustomStepScope(CustomPhaseScope phaseScope)

CustomStepScope

public CustomStepScope(CustomPhaseScope phaseScope,
                       int stepIndex)
Method Detail

getPhaseScope

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

getUninitializedVariableCount

public int getUninitializedVariableCount()
Specified by:
getUninitializedVariableCount in class AbstractStepScope

setUninitializedVariableCount

public void setUninitializedVariableCount(int uninitializedVariableCount)

OptaPlanner core 6.2.0.Beta1

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