|
OptaPlanner core 6.2.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 Move
s.
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 Move
s need to be generated
|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |