public interface MoveListFactory<Solution_ extends Solution>
List of custom Moves.
For a more powerful version, see MoveIteratorFactory.
| Modifier and Type | Method and Description |
|---|---|
List<? extends Move> |
createMoveList(Solution_ solution)
When it is called depends on the configured
SelectionCacheType. |
List<? extends Move> createMoveList(Solution_ solution)
SelectionCacheType.
It can never support SelectionCacheType.JUST_IN_TIME,
because it returns a List, not an Iterator.
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.