Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class PartitionedSearchStepScope<Solution_> extends AbstractStepScope<Solution_>
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope) |
PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
PartitionedSearchPhaseScope<Solution_> |
getPhaseScope() |
PartitionChangeMove<Solution_> |
getStep() |
String |
getStepString() |
void |
setStep(PartitionChangeMove<Solution_> step) |
void |
setStepString(String stepString) |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
public PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope)
public PartitionedSearchStepScope(PartitionedSearchPhaseScope<Solution_> phaseScope, int stepIndex)
public PartitionedSearchPhaseScope<Solution_> getPhaseScope()
getPhaseScope
in class AbstractStepScope<Solution_>
public PartitionChangeMove<Solution_> getStep()
public void setStep(PartitionChangeMove<Solution_> step)
public String getStepString()
public void setStepString(String stepString)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.