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