Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.move.factory.MoveIteratorFactory
-
Packages that use MoveIteratorFactory Package Description ai.timefold.solver.core.config.heuristic.selector.move.factory ai.timefold.solver.core.impl.heuristic.selector.move.factory -
-
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 MoveIteratorFactory Modifier and Type Field Description protected Class<? extends MoveIteratorFactory>MoveIteratorFactoryConfig. moveIteratorFactoryClassMethods in ai.timefold.solver.core.config.heuristic.selector.move.factory that return types with arguments of type MoveIteratorFactory Modifier and Type Method Description Class<? extends MoveIteratorFactory>MoveIteratorFactoryConfig. getMoveIteratorFactoryClass()Method parameters in ai.timefold.solver.core.config.heuristic.selector.move.factory with type arguments of type MoveIteratorFactory Modifier and Type Method Description voidMoveIteratorFactoryConfig. setMoveIteratorFactoryClass(Class<? extends MoveIteratorFactory> moveIteratorFactoryClass)MoveIteratorFactoryConfigMoveIteratorFactoryConfig. withMoveIteratorFactoryClass(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 MoveIteratorFactory Modifier and Type Field Description protected MoveIteratorFactory<Solution_,?>MoveIteratorFactoryToMoveSelectorBridge. moveIteratorFactoryConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.factory with parameters of type MoveIteratorFactory Constructor Description MoveIteratorFactoryToMoveSelectorBridge(MoveIteratorFactory<Solution_,?> moveIteratorFactory, boolean randomSelection)
-