|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MoveListFactory
A simple interface to generate a List of custom Moves.
MoveIteratorFactory.
| Method Summary | |
|---|---|
List<Move> |
createMoveList(Solution solution)
When it is called depends on the configured SelectionCacheType. |
| Method Detail |
|---|
List<Move> createMoveList(Solution 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.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||