|
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.PlanningVariableWalker
@Deprecated public class PlanningVariableWalker
| Constructor Summary | |
|---|---|
PlanningVariableWalker(PlanningEntityDescriptor entityDescriptor)
Deprecated. |
|
| Method Summary | |
|---|---|
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 |
setPlanningValueWalkerList(List<PlanningValueWalker> planningValueWalkerList)
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 PlanningVariableWalker(PlanningEntityDescriptor entityDescriptor)
| Method Detail |
|---|
public void setPlanningValueWalkerList(List<PlanningValueWalker> planningValueWalkerList)
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 | |||||||||