|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.planner.core.heuristic.selector.variable.PlanningValueWalker
@Deprecated public class PlanningValueWalker
Constructor Summary | |
---|---|
PlanningValueWalker(PlanningVariableDescriptor planningVariableDescriptor,
PlanningValueSelector planningValueSelector)
Deprecated. |
Method Summary | |
---|---|
PlanningVariableDescriptor |
getPlanningVariableDescriptor()
Deprecated. |
boolean |
hasWalk()
Deprecated. |
void |
initWalk(Object planningEntity)
Deprecated. |
Iterator<Move> |
moveIterator(Object planningEntity)
Deprecated. |
void |
phaseEnded(AbstractSolverPhaseScope solverPhaseScope)
Deprecated. |
void |
phaseStarted(AbstractSolverPhaseScope solverPhaseScope)
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 planningVariableDescriptor, PlanningValueSelector planningValueSelector)
Method Detail |
---|
public PlanningVariableDescriptor getPlanningVariableDescriptor()
public void solvingStarted(DefaultSolverScope solverScope)
solvingStarted
in interface SolverLifecycleListener
public void phaseStarted(AbstractSolverPhaseScope solverPhaseScope)
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 solverPhaseScope)
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()
public Iterator<Move> moveIterator(Object planningEntity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |