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