Drools Planner distribution 6.0.0-SNAPSHOT

org.drools.planner.core.heuristic.selector.entity
Interface EntitySelector

All Superinterfaces:
EventListener, Iterable<Object>, IterableSelector<Object>, ListIterable<Object>, ListIterableSelector<Object>, Selector, SolverLifecycleListener, SolverPhaseLifecycleListener
All Known Implementing Classes:
AbstractCachingEntitySelector, AbstractEntitySelector, CachingEntitySelector, FilteringEntitySelector, FromSolutionEntitySelector, ProbabilityEntitySelector, ShufflingEntitySelector, SortingEntitySelector

public interface EntitySelector
extends ListIterableSelector<Object>

Selects instances of 1 PlanningEntity annotated class.

See Also:
AbstractEntitySelector, FromSolutionEntitySelector

Method Summary
 PlanningEntityDescriptor getEntityDescriptor()
           
 
Methods inherited from interface org.drools.planner.core.heuristic.selector.IterableSelector
getSize
 
Methods inherited from interface org.drools.planner.core.heuristic.selector.Selector
getCacheType, isContinuous, isNeverEnding
 
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
 
Methods inherited from interface org.drools.planner.core.heuristic.selector.common.iterator.ListIterable
listIterator, listIterator
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getEntityDescriptor

PlanningEntityDescriptor getEntityDescriptor()
Returns:
never null

Drools Planner distribution 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.