Solution_ - the solution type, the class with the PlanningSolution annotationpublic interface MoveListFactory<Solution_>
List of custom Moves.
For a more powerful version, see MoveIteratorFactory.
| Modifier and Type | Method and Description |
|---|---|
List<? extends Move<Solution_>> |
createMoveList(Solution_ solution)
When it is called depends on the configured
SelectionCacheType. |
List<? extends Move<Solution_>> createMoveList(Solution_ solution)
SelectionCacheType.
It can never support SelectionCacheType.JUST_IN_TIME,
because it returns a List, not an Iterator.
solution - never null, the PlanningSolution of which the Moves need to be generatedCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.