Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class ExhaustiveSearchStepScope<Solution_> extends AbstractStepScope<Solution_>
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope) |
ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
long |
getBreadth() |
int |
getDepth() |
ExhaustiveSearchNode |
getExpandingNode() |
ExhaustiveSearchPhaseScope<Solution_> |
getPhaseScope() |
Long |
getSelectedMoveCount() |
Score |
getStartingStepScore() |
String |
getTreeId() |
void |
setExpandingNode(ExhaustiveSearchNode expandingNode) |
void |
setSelectedMoveCount(Long selectedMoveCount) |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope)
public ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)
public ExhaustiveSearchPhaseScope<Solution_> getPhaseScope()
getPhaseScope
in class AbstractStepScope<Solution_>
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()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.