org.optaplanner.core.impl.phase.custom.scope
Class CustomStepScope
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope
org.optaplanner.core.impl.phase.custom.scope.CustomStepScope
public class CustomStepScope
- extends AbstractStepScope
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString |
CustomStepScope
public CustomStepScope(CustomSolverPhaseScope phaseScope)
CustomStepScope
public CustomStepScope(CustomSolverPhaseScope phaseScope,
int stepIndex)
getPhaseScope
public CustomSolverPhaseScope getPhaseScope()
- Specified by:
getPhaseScope
in class AbstractStepScope
isBestSolutionCloningDelayed
public boolean isBestSolutionCloningDelayed()
- Specified by:
isBestSolutionCloningDelayed
in class AbstractStepScope
getUninitializedVariableCount
public int getUninitializedVariableCount()
- Specified by:
getUninitializedVariableCount
in class AbstractStepScope
setUninitializedVariableCount
public void setUninitializedVariableCount(int uninitializedVariableCount)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.