Uses of Interface
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory
-
Packages that use MoveListFactory Package Description org.optaplanner.core.config.heuristic.selector.move.factory org.optaplanner.core.impl.heuristic.selector.move.factory -
-
Uses of MoveListFactory in org.optaplanner.core.config.heuristic.selector.move.factory
Fields in org.optaplanner.core.config.heuristic.selector.move.factory with type parameters of type MoveListFactory Modifier and Type Field Description protected Class<? extends MoveListFactory>MoveListFactoryConfig. moveListFactoryClassMethods in org.optaplanner.core.config.heuristic.selector.move.factory that return types with arguments of type MoveListFactory Modifier and Type Method Description Class<? extends MoveListFactory>MoveListFactoryConfig. getMoveListFactoryClass()Method parameters in org.optaplanner.core.config.heuristic.selector.move.factory with type arguments of type MoveListFactory Modifier and Type Method Description voidMoveListFactoryConfig. setMoveListFactoryClass(Class<? extends MoveListFactory> moveListFactoryClass) -
Uses of MoveListFactory in org.optaplanner.core.impl.heuristic.selector.move.factory
Fields in org.optaplanner.core.impl.heuristic.selector.move.factory declared as MoveListFactory Modifier and Type Field Description protected MoveListFactory<Solution_>MoveListFactoryToMoveSelectorBridge. moveListFactoryConstructors in org.optaplanner.core.impl.heuristic.selector.move.factory with parameters of type MoveListFactory Constructor Description MoveListFactoryToMoveSelectorBridge(MoveListFactory<Solution_> moveListFactory, SelectionCacheType cacheType, boolean randomSelection)
-