public class ExhaustiveSearchStepScope extends AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope) |
ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
long |
getBreadth() |
int |
getDepth() |
ExhaustiveSearchNode |
getExpandingNode() |
ExhaustiveSearchPhaseScope |
getPhaseScope() |
Long |
getSelectedMoveCount() |
Score |
getStartingStepScore() |
String |
getTreeId() |
int |
getUninitializedVariableCount() |
void |
setExpandingNode(ExhaustiveSearchNode expandingNode) |
void |
setSelectedMoveCount(Long selectedMoveCount) |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope)
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope phaseScope, int stepIndex)
public ExhaustiveSearchPhaseScope getPhaseScope()
getPhaseScope
in class AbstractStepScope
public ExhaustiveSearchNode getExpandingNode()
public void setExpandingNode(ExhaustiveSearchNode expandingNode)
public Score getStartingStepScore()
public Long getSelectedMoveCount()
public void setSelectedMoveCount(Long selectedMoveCount)
public int getDepth()
public long getBreadth()
public String getTreeId()
public int getUninitializedVariableCount()
getUninitializedVariableCount
in class AbstractStepScope
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.