org.optaplanner.core.impl.exhaustivesearch.scope
Class ExhaustiveSearchStepScope
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope
public class ExhaustiveSearchStepScope
- 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 |
ExhaustiveSearchStepScope
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope)
ExhaustiveSearchStepScope
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope,
int stepIndex)
getPhaseScope
public ExhaustiveSearchPhaseScope getPhaseScope()
- Specified by:
getPhaseScope
in class AbstractStepScope
getExpandingNode
public ExhaustiveSearchNode getExpandingNode()
setExpandingNode
public void setExpandingNode(ExhaustiveSearchNode expandingNode)
getSelectedMoveCount
public Long getSelectedMoveCount()
setSelectedMoveCount
public void setSelectedMoveCount(Long selectedMoveCount)
getDepth
public int getDepth()
getBreadth
public long getBreadth()
getTreeId
public String getTreeId()
getUninitializedVariableCount
public int getUninitializedVariableCount()
- Specified by:
getUninitializedVariableCount
in class AbstractStepScope
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.