|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntitySelector
Selects instances of 1 PlanningEntity annotated class.
AbstractEntitySelector,
FromSolutionEntitySelector| Method Summary | |
|---|---|
Iterator<Object> |
endingIterator()
If Selector.isNeverEnding() is true, then Iterable.iterator() will never end. |
PlanningEntityDescriptor |
getEntityDescriptor()
|
| Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector |
|---|
getSize |
| Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector |
|---|
getCacheType, isContinuous, isNeverEnding |
| Methods inherited from interface org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListener |
|---|
phaseEnded, phaseStarted, stepEnded, stepStarted |
| Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener |
|---|
solvingEnded, solvingStarted |
| Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable |
|---|
listIterator, listIterator |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
PlanningEntityDescriptor getEntityDescriptor()
Iterator<Object> endingIterator()
Selector.isNeverEnding() is true, then Iterable.iterator() will never end.
This returns an ending Iterator, that tries to match Iterable.iterator() as much as possible,
but might not respect the configuration of this EntitySelector entirely.
Iterable.iterator()
|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||