org.optaplanner.core.impl.heuristic.selector.variable
@Deprecated public class PlanningVariableWalker extends Object implements SolverPhaseLifecycleListener
Constructor and Description |
---|
PlanningVariableWalker(PlanningEntityDescriptor entityDescriptor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public PlanningVariableWalker(PlanningEntityDescriptor entityDescriptor)
public void setPlanningValueWalkerList(List<PlanningValueWalker> planningValueWalkerList)
public void solvingStarted(DefaultSolverScope solverScope)
solvingStarted
in interface SolverLifecycleListener
public void phaseStarted(AbstractSolverPhaseScope phaseScope)
phaseStarted
in interface SolverPhaseLifecycleListener
public void stepStarted(AbstractStepScope stepScope)
stepStarted
in interface SolverPhaseLifecycleListener
public void stepEnded(AbstractStepScope stepScope)
stepEnded
in interface SolverPhaseLifecycleListener
public void phaseEnded(AbstractSolverPhaseScope phaseScope)
phaseEnded
in interface SolverPhaseLifecycleListener
public void solvingEnded(DefaultSolverScope solverScope)
solvingEnded
in interface SolverLifecycleListener
public void initWalk(Object planningEntity)
public boolean hasWalk()
public void walk()
public void resetWalk()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.