public interface MoveListFactory<SolutionG extends Solution>
List
of custom Move
s.
For a more powerful version, see MoveIteratorFactory
.
Modifier and Type | Method and Description |
---|---|
List<? extends Move> |
createMoveList(SolutionG solution)
When it is called depends on the configured
SelectionCacheType . |
List<? extends Move> createMoveList(SolutionG 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.