OptaPlanner core 6.1.0.Beta2

org.optaplanner.core.impl.exhaustivesearch.scope
Class ExhaustiveSearchStepScope

java.lang.Object
  extended by org.optaplanner.core.impl.phase.scope.AbstractStepScope
      extended by org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope

public class ExhaustiveSearchStepScope
extends AbstractStepScope


Field Summary
 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
 
Constructor Summary
ExhaustiveSearchStepScope(ExhaustiveSearchSolverPhaseScope phaseScope)
           
ExhaustiveSearchStepScope(ExhaustiveSearchSolverPhaseScope phaseScope, int stepIndex)
           
 
Method Summary
 long getBreadth()
           
 Object getDepth()
           
 ExhaustiveSearchNode getExpandingNode()
           
 ExhaustiveSearchSolverPhaseScope getPhaseScope()
           
 Long getSelectedMoveCount()
           
 int getUninitializedVariableCount()
           
 void setExpandingNode(ExhaustiveSearchNode expandingNode)
           
 void setSelectedMoveCount(Long selectedMoveCount)
           
 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExhaustiveSearchStepScope

public ExhaustiveSearchStepScope(ExhaustiveSearchSolverPhaseScope phaseScope)

ExhaustiveSearchStepScope

public ExhaustiveSearchStepScope(ExhaustiveSearchSolverPhaseScope phaseScope,
                                 int stepIndex)
Method Detail

getPhaseScope

public ExhaustiveSearchSolverPhaseScope 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 Object getDepth()

getBreadth

public long getBreadth()

getUninitializedVariableCount

public int getUninitializedVariableCount()
Specified by:
getUninitializedVariableCount in class AbstractStepScope

OptaPlanner core 6.1.0.Beta2

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.