Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.move.factory.MoveListFactory
Packages that use MoveListFactory
Package
Description
-
Uses of MoveListFactory in ai.timefold.solver.core.config.heuristic.selector.move.factory
Fields in ai.timefold.solver.core.config.heuristic.selector.move.factory with type parameters of type MoveListFactoryModifier and TypeFieldDescriptionprotected Class<? extends MoveListFactory>MoveListFactoryConfig.moveListFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.move.factory that return types with arguments of type MoveListFactoryModifier and TypeMethodDescription@Nullable Class<? extends MoveListFactory>MoveListFactoryConfig.getMoveListFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move.factory with type arguments of type MoveListFactoryModifier and TypeMethodDescriptionvoidMoveListFactoryConfig.setMoveListFactoryClass(@Nullable Class<? extends MoveListFactory> moveListFactoryClass) @NonNull MoveListFactoryConfigMoveListFactoryConfig.withMoveListFactoryClass(@NonNull Class<? extends MoveListFactory> moveListFactoryClass) -
Uses of MoveListFactory in ai.timefold.solver.core.impl.heuristic.selector.move.factory
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.factory declared as MoveListFactoryModifier and TypeFieldDescriptionprotected final MoveListFactory<Solution_>MoveListFactoryToMoveSelectorBridge.moveListFactoryConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.factory with parameters of type MoveListFactoryModifierConstructorDescriptionMoveListFactoryToMoveSelectorBridge(MoveListFactory<Solution_> moveListFactory, SelectionCacheType cacheType, boolean randomSelection)