Uses of Interface
ai.timefold.solver.core.impl.move.streams.maybeapi.stream.MoveProducer
Packages that use MoveProducer
Package
Description
This package contains a work-in-progress implementation of a major new feature, codenamed "Move Streams".
-
Uses of MoveProducer in ai.timefold.solver.core.impl.move
Constructors in ai.timefold.solver.core.impl.move with parameters of type MoveProducerModifierConstructorDescriptionMoveStreamsBasedMoveRepository(DefaultMoveStreamFactory<Solution_> moveStreamFactory, MoveProducer<Solution_> moveProducer, boolean random) -
Uses of MoveProducer in ai.timefold.solver.core.impl.move.streams
Subinterfaces of MoveProducer in ai.timefold.solver.core.impl.move.streamsClasses in ai.timefold.solver.core.impl.move.streams that implement MoveProducerMethods in ai.timefold.solver.core.impl.move.streams that return MoveProducerModifier and TypeMethodDescriptionDefaultBiMoveStream.asMove(BiMoveConstructor<Solution_, A, B> moveConstructor) -
Uses of MoveProducer in ai.timefold.solver.core.impl.move.streams.generic.provider
Methods in ai.timefold.solver.core.impl.move.streams.generic.provider that return MoveProducerModifier and TypeMethodDescriptionChangeMoveProvider.apply(MoveStreamFactory<Solution_> moveStreamFactory) -
Uses of MoveProducer in ai.timefold.solver.core.impl.move.streams.maybeapi.stream
Methods in ai.timefold.solver.core.impl.move.streams.maybeapi.stream that return MoveProducerModifier and TypeMethodDescriptionBiMoveStream.asMove(BiMoveConstructor<Solution_, A, B> moveConstructor)