|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.core.impl.heuristic.selector.variable.PlanningValueWalker
@Deprecated public class PlanningValueWalker
| Constructor Summary | |
|---|---|
PlanningValueWalker(PlanningVariableDescriptor variableDescriptor,
PlanningValueSelector planningValueSelector)
Deprecated. |
|
| Method Summary | |
|---|---|
PlanningVariableDescriptor |
getVariableDescriptor()
Deprecated. |
boolean |
hasWalk()
Deprecated. |
void |
initWalk(Object planningEntity)
Deprecated. |
Iterator<Move> |
moveIterator(Object planningEntity)
Deprecated. |
void |
phaseEnded(AbstractSolverPhaseScope phaseScope)
Deprecated. |
void |
phaseStarted(AbstractSolverPhaseScope phaseScope)
Deprecated. |
void |
resetWalk()
Deprecated. |
void |
solvingEnded(DefaultSolverScope solverScope)
Deprecated. |
void |
solvingStarted(DefaultSolverScope solverScope)
Deprecated. |
void |
stepEnded(AbstractStepScope stepScope)
Deprecated. |
void |
stepStarted(AbstractStepScope stepScope)
Deprecated. |
void |
walk()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlanningValueWalker(PlanningVariableDescriptor variableDescriptor,
PlanningValueSelector planningValueSelector)
| Method Detail |
|---|
public PlanningVariableDescriptor getVariableDescriptor()
public void solvingStarted(DefaultSolverScope solverScope)
solvingStarted in interface SolverLifecycleListenerpublic void phaseStarted(AbstractSolverPhaseScope phaseScope)
phaseStarted in interface SolverPhaseLifecycleListenerpublic void stepStarted(AbstractStepScope stepScope)
stepStarted in interface SolverPhaseLifecycleListenerpublic void stepEnded(AbstractStepScope stepScope)
stepEnded in interface SolverPhaseLifecycleListenerpublic void phaseEnded(AbstractSolverPhaseScope phaseScope)
phaseEnded in interface SolverPhaseLifecycleListenerpublic void solvingEnded(DefaultSolverScope solverScope)
solvingEnded in interface SolverLifecycleListenerpublic void initWalk(Object planningEntity)
public boolean hasWalk()
public void walk()
public void resetWalk()
public Iterator<Move> moveIterator(Object planningEntity)
|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||