|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MoveListFactory<SolutionG extends Solution>
A simple interface to generate a List of custom Moves.
MoveIteratorFactory.
| Method Summary | |
|---|---|
List<? extends Move> |
createMoveList(SolutionG solution)
When it is called depends on the configured SelectionCacheType. |
| Method Detail |
|---|
List<? extends Move> createMoveList(SolutionG solution)
SelectionCacheType.
It can never support SelectionCacheType.JUST_IN_TIME,
because it returns a List, not an Iterator.
solution - never null, the Solution of which the Moves need to be generated
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||