public class ConstructionHeuristicStepScope extends AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope phaseScope) |
ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
Object |
getEntity() |
ConstructionHeuristicPhaseScope |
getPhaseScope() |
Long |
getSelectedMoveCount() |
Move |
getStep() |
String |
getStepString() |
Move |
getUndoStep() |
int |
getUninitializedVariableCount() |
boolean |
hasNoUninitializedVariables() |
void |
setEntity(Object entity) |
void |
setSelectedMoveCount(Long selectedMoveCount) |
void |
setStep(Move step) |
void |
setStepString(String stepString) |
void |
setUndoStep(Move undoStep) |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
public ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope phaseScope)
public ConstructionHeuristicStepScope(ConstructionHeuristicPhaseScope phaseScope, int stepIndex)
public ConstructionHeuristicPhaseScope getPhaseScope()
getPhaseScope
in class AbstractStepScope
public Object getEntity()
public void setEntity(Object entity)
public Move getStep()
public void setStep(Move step)
public String getStepString()
public void setStepString(String stepString)
public Move getUndoStep()
public void setUndoStep(Move undoStep)
public Long getSelectedMoveCount()
public void setSelectedMoveCount(Long selectedMoveCount)
public int getUninitializedVariableCount()
getUninitializedVariableCount
in class AbstractStepScope
public boolean hasNoUninitializedVariables()
hasNoUninitializedVariables
in class AbstractStepScope
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.