|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.planner.core.heuristic.selector.AbstractSelector
org.drools.planner.core.heuristic.selector.entity.AbstractEntitySelector
org.drools.planner.core.heuristic.selector.entity.decorator.AbstractCachingEntitySelector
org.drools.planner.core.heuristic.selector.entity.decorator.CachingEntitySelector
org.drools.planner.core.heuristic.selector.entity.decorator.DecreasingDifficultyEntitySelector
@Deprecated public class DecreasingDifficultyEntitySelector
Field Summary | |
---|---|
protected PlanningEntitySorter |
planningEntitySorter
Deprecated. |
Fields inherited from class org.drools.planner.core.heuristic.selector.entity.decorator.CachingEntitySelector |
---|
randomSelection |
Fields inherited from class org.drools.planner.core.heuristic.selector.entity.decorator.AbstractCachingEntitySelector |
---|
cachedEntityList, cacheType, childEntitySelector |
Fields inherited from class org.drools.planner.core.heuristic.selector.AbstractSelector |
---|
logger, solverPhaseLifecycleSupport, workingRandom |
Constructor Summary | |
---|---|
DecreasingDifficultyEntitySelector(EntitySelector childEntitySelector,
SelectionCacheType cacheType,
PlanningEntitySorter planningEntitySorter)
Deprecated. |
Method Summary | |
---|---|
void |
constructCache(DefaultSolverScope solverScope)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class org.drools.planner.core.heuristic.selector.entity.decorator.CachingEntitySelector |
---|
isNeverEnding, iterator, listIterator, listIterator |
Methods inherited from class org.drools.planner.core.heuristic.selector.entity.decorator.AbstractCachingEntitySelector |
---|
disposeCache, getChildEntitySelector, getEntityDescriptor, getSize, isContinuous |
Methods inherited from class org.drools.planner.core.heuristic.selector.AbstractSelector |
---|
phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.drools.planner.core.phase.event.SolverPhaseLifecycleListener |
---|
phaseEnded, phaseStarted, stepEnded, stepStarted |
Methods inherited from interface org.drools.planner.core.solver.event.SolverLifecycleListener |
---|
solvingEnded, solvingStarted |
Field Detail |
---|
protected final PlanningEntitySorter planningEntitySorter
Constructor Detail |
---|
public DecreasingDifficultyEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, PlanningEntitySorter planningEntitySorter)
Method Detail |
---|
public void constructCache(DefaultSolverScope solverScope)
constructCache
in interface SelectionCacheLifecycleListener
constructCache
in class AbstractCachingEntitySelector
public String toString()
toString
in class CachingEntitySelector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |