Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.move.factory.MoveIteratorFactory
Packages that use MoveIteratorFactory
Package
Description
-
Uses of MoveIteratorFactory 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 MoveIteratorFactoryModifier and TypeFieldDescriptionprotected Class<? extends MoveIteratorFactory>MoveIteratorFactoryConfig.moveIteratorFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.move.factory that return types with arguments of type MoveIteratorFactoryModifier and TypeMethodDescription@Nullable Class<? extends MoveIteratorFactory>MoveIteratorFactoryConfig.getMoveIteratorFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move.factory with type arguments of type MoveIteratorFactoryModifier and TypeMethodDescriptionvoidMoveIteratorFactoryConfig.setMoveIteratorFactoryClass(@Nullable Class<? extends MoveIteratorFactory> moveIteratorFactoryClass) @NonNull MoveIteratorFactoryConfigMoveIteratorFactoryConfig.withMoveIteratorFactoryClass(@NonNull Class<? extends MoveIteratorFactory> moveIteratorFactoryClass) -
Uses of MoveIteratorFactory in ai.timefold.solver.core.impl.heuristic.selector.move.factory
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.factory declared as MoveIteratorFactoryModifier and TypeFieldDescriptionprotected final MoveIteratorFactory<Solution_,?> MoveIteratorFactoryToMoveSelectorBridge.moveIteratorFactoryConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.factory with parameters of type MoveIteratorFactoryModifierConstructorDescriptionMoveIteratorFactoryToMoveSelectorBridge(MoveIteratorFactory<Solution_, ?> moveIteratorFactory, boolean randomSelection)